configure only console backend

This commit is contained in:
Alexander Strizhakov 2020-01-17 15:06:42 +03:00
parent b310feeccb
commit 9e10b90b5b
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ defmodule Mix.Pleroma 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)