Allow test builds to have info and debug logs stripped

This commit is contained in:
Mark Felder 2019-11-19 16:21:30 -06:00
parent ff9133b978
commit cb513a599c
1 changed files with 1 additions and 1 deletions

View File

@ -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: []