configure only console backend
This commit is contained in:
parent
b310feeccb
commit
9e10b90b5b
@ -9,7 +9,7 @@ defmodule Mix.Pleroma do
|
|||||||
|
|
||||||
if Pleroma.Config.get(:env) != :test and change_logger_level do
|
if Pleroma.Config.get(:env) != :test and change_logger_level do
|
||||||
require Logger
|
require Logger
|
||||||
Logger.configure(level: :debug)
|
Logger.configure(:console, level: :debug)
|
||||||
end
|
end
|
||||||
|
|
||||||
{:ok, _} = Application.ensure_all_started(:pleroma)
|
{:ok, _} = Application.ensure_all_started(:pleroma)
|
||||||
|
Loading…
Reference in New Issue
Block a user