From: Mark Felder Date: Tue, 19 Nov 2019 22:21:30 +0000 (-0600) Subject: Allow test builds to have info and debug logs stripped X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=cb513a599cc3211e6f5e5d1a1710ec2ae85ec37a;p=akkoma Allow test builds to have info and debug logs stripped --- 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: []