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

@ -16,7 +16,7 @@ config :pleroma, Pleroma.Captcha,
# Print only warnings and errors during test
config :logger, :console,
level: :warn,
level: :warning,
format: "\n[$level] $message\n"
config :pleroma, :auth, oauth_consumer_strategies: []