aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs
index 559ff423e..da2778aa7 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -15,7 +15,7 @@ config :pleroma, Pleroma.Captcha,
method: Pleroma.Captcha.Mock
# Print only warnings and errors during test
-config :logger, :console, level: :warn
+config :logger, level: :warn
config :pleroma, :auth, oauth_consumer_strategies: []