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
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ config :pleroma, Pleroma.Captcha,
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: []