forked from AkkomaGang/akkoma
Be specific about format for logs in test as we have tests that check it
This commit is contained in:
parent
cb513a599c
commit
1c17f18329
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
method: Pleroma.Captcha.Mock
|
||||
|
||||
# Print only warnings and errors during test
|
||||
config :logger, level: :warn
|
||||
config :logger,
|
||||
level: :warn,
|
||||
format: "[$level] $message"
|
||||
|
||||
config :pleroma, :auth, oauth_consumer_strategies: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue