[erlang-questions] rotating logs dont work
Torbjorn Tornkvist
tobbe@REDACTED
Thu Feb 21 11:03:11 CET 2008
Kirill Zaborski wrote:
> Are there some better ways of logging except SASL?
Not sure aboute 'better'; but an alternative can be
found in the yfront app. of jungerl, named wraplog.erl:
Example use:
-define(LOG_SIZE, 2000000).
-define(NO_LOG_FILES, 9).
...
LogDir = "/tmp",
wraplog:start_sup_handler(LogDir, ?LOG_SIZE, ?NO_LOG_FILES),
....
--Tobbe
>
> Best regards,
> Kirill
>
> On Feb 20, 2008 10:21 PM, Matthew Dempsky <matthew@REDACTED> wrote:
>> On 2/20/08, Rapsey <rapsey@REDACTED> wrote:
>>> {errlog_logger_mf_dir,
>>> "/Users/rapsey/workspace/erlang/logs"},
>>> {errlog_logger_mf_maxbytes, 8388608},
>>> {errlog_logger_mf_maxfiles, 20}
>> I've never used SASL's error logging, but checking the sasl(6) man
>> page indicates you probably meant error_logger_mf_* instead of
>> errlog_....
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://www.erlang.org/mailman/listinfo/erlang-questions
>>
More information about the erlang-questions
mailing list