You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar approach that Elixir's logger take some time ago, where Lager messages still will be handled by the Lager only, but it will also get messages from the logger module. This should easy the migration like mentioned in #519 where all messages are passed through logger from day 1. This would also resolve #492 as Lager would replace default handler for all messages, not just error_logger.
Yes, I have seen their work. My point is to reduce scope for a moment, and do not rewrite all log commands as well, but for now just provide logging facilities for logger (and soon Elixir's Logger) users.
This is similar approach that Elixir's logger take some time ago, where Lager messages still will be handled by the Lager only, but it will also get messages from the
logger
module. This should easy the migration like mentioned in #519 where all messages are passed throughlogger
from day 1. This would also resolve #492 as Lager would replacedefault
handler for all messages, not justerror_logger
.Later this could be improved in similar way to elixir-lang/elixir#9333
The text was updated successfully, but these errors were encountered: