logger_backends
logger_backends copied to clipboard
Logger Backends extracted for Elixir v1.15+
I am trying to disable the Console backend at runtime (and replace it with my own backend), but that does not seem to work and the application continues logging to...
Due to https://github.com/elixir-lang/elixir/issues/12879, I've switched to the legacy logger backend from this repo. It works fine – logs output to console as it used to. # Expected behaviour `capture_log` should...
Hi, It looks like Elixir 1.15 broke backend configuration for Pleroma (seems related to us supporting loading configuration from database). And as it's deprecated we should probably just move to...