When I try and add the `:console` logger backend during runtime I get: ``` iex(15)> Logger.remove_backend(:console, level: :info) {:error, :not_found} ``` Looks like the `Logger.Backends.Console` is missing an init(:console, opts)` implementation?
https://github.com/elixir-lang/elixir/blob/v1.13.2/lib/logger/lib/logger/backends/console.ex#L127 -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/444ed685-4ed2-4cda-9b1f-876df24e672fn%40googlegroups.com.