1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-17 18:49:15 +00:00

Be specific about format for logs in test as we have tests that check it

This commit is contained in:
Mark Felder 2019-11-20 09:14:27 -06:00
parent cb513a599c
commit 1c17f18329

View file

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