[erlang-questions] [ANN] Lager - a new logging framework for Erlang/OTP

Max Lapshin max.lapshin@REDACTED
Thu Jul 21 07:53:59 CEST 2011


And, Andrew.
Log rotation is the _most_ important feature in any logger. In fact,
any logging system must be started from log rotator, because as a rule
of thumb, it should be considered, that nobody ever setups logrotate.

One of my famous tools is runit for its log rotation: it stores all
debug output to logs and you should never bother about space on disks.



More information about the erlang-questions mailing list