projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb513a5
)
Be specific about format for logs in test as we have tests that check it
author
Mark Felder
<feld@FreeBSD.org>
Wed, 20 Nov 2019 15:14:27 +0000
(09:14 -0600)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 20 Nov 2019 15:14:27 +0000
(09:14 -0600)
config/test.exs
patch
|
blob
|
history
diff --git
a/config/test.exs
b/config/test.exs
index da2778aa749ef6b32052f0bce6ae06f91b72eb47..f8188b9e4be3088329eb7197d4d3a05a0708e60b 100644
(file)
--- 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: []