From: Mark Felder Date: Wed, 20 Nov 2019 15:14:27 +0000 (-0600) Subject: Be specific about format for logs in test as we have tests that check it X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1c17f1832983a784156118d1cd488bfde88f092b;p=akkoma Be specific about format for logs in test as we have tests that check it --- diff --git a/config/test.exs b/config/test.exs index da2778aa7..f8188b9e4 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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: []