logger backends fix
This commit is contained in:
parent
583cee4607
commit
063ab6d911
2 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue