projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9133b
)
Allow test builds to have info and debug logs stripped
author
Mark Felder
<feld@FreeBSD.org>
Tue, 19 Nov 2019 22:21:30 +0000
(16:21 -0600)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 19 Nov 2019 22:21:30 +0000
(16:21 -0600)
config/test.exs
patch
|
blob
|
history
diff --git
a/config/test.exs
b/config/test.exs
index 559ff423e84eb84810c795b072f59e49e3e63d51..da2778aa749ef6b32052f0bce6ae06f91b72eb47 100644
(file)
--- a/
config/test.exs
+++ b/
config/test.exs
@@
-15,7
+15,7
@@
config :pleroma, Pleroma.Captcha,
method: Pleroma.Captcha.Mock
# Print only warnings and errors during test
-config :logger,
:console,
level: :warn
+config :logger, level: :warn
config :pleroma, :auth, oauth_consumer_strategies: []