forked from AkkomaGang/akkoma
configure only console backend
This commit is contained in:
parent
b310feeccb
commit
9e10b90b5b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def start_pleroma(change_logger_level \\ true) do
|
|||
|
||||
if Pleroma.Config.get(:env) != :test and change_logger_level do
|
||||
require Logger
|
||||
Logger.configure(level: :debug)
|
||||
Logger.configure(:console, level: :debug)
|
||||
end
|
||||
|
||||
{:ok, _} = Application.ensure_all_started(:pleroma)
|
||||
|
|
Loading…
Reference in a new issue