summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-11-28 19:10:28 +0000
committerMark Felder <feld@feld.me>2023-12-20 16:23:57 -0500
commitcd3abe0b4c4cc02b69713f1882c58e82b1631710 (patch)
tree08e76eeb805a7359881fc1700751411b516b2f39 /config/benchmark.exs
parentcbdd134174d0e7a769245af9d3dbf3a2779f8da6 (diff)
downloadpleroma-cd3abe0b4c4cc02b69713f1882c58e82b1631710.tar.gz
pleroma-cd3abe0b4c4cc02b69713f1882c58e82b1631710.zip
Fix more Logger warn -> warning
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index 870ead150..e3e1118ed 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -14,7 +14,7 @@ config :pleroma, Pleroma.Captcha,
method: Pleroma.Captcha.Mock
# Print only warnings and errors during test
-config :logger, level: :warn
+config :logger, level: :warning
config :pleroma, :auth, oauth_consumer_strategies: []