Fix more Logger warn -> warning

This commit is contained in:
Mark Felder 2023-11-28 19:10:28 +00:00
commit cd3abe0b4c
3 changed files with 5 additions and 5 deletions

View file

@ -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: []