vote up 3 vote down star
1

For example, ejabberd and couchdb use own logger. Question is what logger do you use? Own or what? Thank you!

flag

4 Answers

vote up 1 vote down check

I use my own logger because I find that the OTP one (SASL error_logger) is difficult to work with. The format can't be read by a simple cat or text editor so it makes quick debugging not trivial.

My solution is inspired by ejabberd.

link|flag
vote up 0 vote down

I use SASL error_logger.

link|flag
vote up 3 vote down

I use my own. But I use the OTP gen_event behaviour to do so. It makes it easy to roll your own in such a way that logging can be asynchronous and fits into an OTP setup easily.

link|flag
vote up 2 vote down

I use log4erl

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.