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
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 :logger_backend anyway, but it's mix.exs advertises support only for Elixir 1.15+ while we'd want to keep support for previous Elixir versions (currently up to 1.12), is this intended?
The text was updated successfully, but these errors were encountered:
Sadly it doesn't works as-is, tests do pass on Elixir 1.13 (didn't have 1.12 on hand) but it's missing Logger.Formatter.format_event/2 which doesn't seems to have an equivalent publicly exposed prior to Elixir 1.15.
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
:logger_backend
anyway, but it'smix.exs
advertises support only for Elixir 1.15+ while we'd want to keep support for previous Elixir versions (currently up to 1.12), is this intended?The text was updated successfully, but these errors were encountered: