logger backends fix

This commit is contained in:
Alexander 2019-12-19 10:19:56 +03:00 committed by Alexander Strizhakov
commit 063ab6d911
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 38 additions and 1 deletions

View file

@ -52,7 +52,8 @@ defmodule Pleroma.Web.AdminAPI.Config do
{:mime, :types},
{:cors_plug, [:max_age, :methods, :expose, :headers]},
{:auto_linker, :opts},
{:swarm, :node_blacklist}
{:swarm, :node_blacklist},
{:logger, :backends}
]
defp only_full_update?(%Config{} = config) do