[erlang-questions] Redirect all output (io:format) to file or remote shell

Peter Lemenkov lemenkov@REDACTED
Sun Apr 4 17:30:46 CEST 2010


Hello!

2010/4/4 Max Lapshin <max.lapshin@REDACTED>:

> Now I'm interested if it is possible to save somehow io:format output
> into file?

I advise you to write your own error_logger module for that purpose
(event journaling). I, personally, would rather send all messages
through syslog (and adjust syslog daemon according to your needs).

-- 
With best regards, Peter Lemenkov.


More information about the erlang-questions mailing list