erlang-lager / lager

A logging framework for Erlang/OTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lager is disabling logger default handler

benoitc opened this issue · comments

i commented 9f8d7a7#commitcomment-32283777 but since #481 any upstream application that rely on a library that forces the usage of lager doesn't log any more to the default handler when using logger. I would have expected to have them redirected like with the error_logger module.

Maybe using a logger handler that pass the input to lager would work?

I removed lager (and exometer) just because of this. Not saying that's a solution for everyone, but it did fix issues for me.

I've also encountered this issue. Any solution on the road map?