[erlang-questions] custom lager levels or filtering
Roger Lipscombe
roger@REDACTED
Mon Apr 13 17:27:50 CEST 2015
On 12 April 2015 at 23:37, Vladimir Gordeev
<gordeev.vladimir.v@REDACTED> wrote:
> Let me describe my problem. I have two different kinds of logging inside my
> code: regular console/file output and special log calls that should be
> processed by my log backend. By their meaning and usage they are completely
> separate.
If you've got completely separate logging streams, why not use
completely separate logging systems? That is: use lager for general
stuff, and something else (possibly custom) for the specific stuff.
More information about the erlang-questions
mailing list