Update elixir logger config for 1.15+

This commit is contained in:
Rin Kuryloski 2023-07-04 14:14:14 +02:00
parent 4abee60c4d
commit 058b5e1a61
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import Config
#
# Or configure a 3rd-party app:
#
config :logger, level: :warn, console: [device: :standard_error]
config :logger, level: :warning, console: [device: :standard_error]
#
# It is also possible to import configuration files, relative to this