lager_logger icon indicating copy to clipboard operation
lager_logger copied to clipboard

Deprecate this library once Elixir 1.10 is published

Open hauleth opened this issue 6 years ago • 2 comments

elixir-lang/elixir#9333 removes custom Elixir logger backend handling with Erlang's logger which will cause infinite logging loop with this library if Lager is configured to listen on logger messages (the default).

hauleth avatar Nov 04 '19 14:11 hauleth

if Lager is configured to listen on logger messages (the default).

Is that actually the default? Everything I've seen (e.g., erlang-lager/lager#519) seems to indicate that Lager doesn't do anything to try to handle logger messages yet. I'd love it if it did, though!

whitelynx avatar Sep 27 '22 10:09 whitelynx

Indeed, that is not yet a fact.

hauleth avatar Sep 27 '22 10:09 hauleth