forked from AkkomaGang/akkoma
Allow test builds to have info and debug logs stripped
This commit is contained in:
parent
ff9133b978
commit
cb513a599c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
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: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue