Update elixir logger config for 1.15+
This commit is contained in:
parent
4abee60c4d
commit
058b5e1a61
|
|
@ -24,7 +24,7 @@ import Config
|
||||||
#
|
#
|
||||||
# Or configure a 3rd-party app:
|
# 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
|
# It is also possible to import configuration files, relative to this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue