For example, ejabberd and couchdb use own logger. Question is what logger do you use? Own or what? Thank you!
|
1
|
|
|
|
|
|
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 My solution is inspired by ejabberd. |
||
|
|
|
|
I use SASL error_logger. |
||
|
|
|
|
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. |
||
|
|
|
|
I use log4erl |
||
|
|
