Closed josevalim closed 1 year ago
Elixir v1.15 adds a Logger.default_formatter, which means we no longer need to use Logger backends but we can use Erlang handlers. We should detect if we are on Elixir v1.15 and use the handler accordingly.
Logger.default_formatter
Elixir v1.15 adds a
Logger.default_formatter
, which means we no longer need to use Logger backends but we can use Erlang handlers. We should detect if we are on Elixir v1.15 and use the handler accordingly.