Allow test builds to have info and debug logs stripped
This commit is contained in:
parent
ff9133b978
commit
cb513a599c
|
@ -15,7 +15,7 @@
|
||||||
method: Pleroma.Captcha.Mock
|
method: Pleroma.Captcha.Mock
|
||||||
|
|
||||||
# Print only warnings and errors during test
|
# Print only warnings and errors during test
|
||||||
config :logger, :console, level: :warn
|
config :logger, level: :warn
|
||||||
|
|
||||||
config :pleroma, :auth, oauth_consumer_strategies: []
|
config :pleroma, :auth, oauth_consumer_strategies: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue