Skip to content

Commit 058b5e1

Browse files
committed
Update elixir logger config for 1.15+
1 parent 4abee60 commit 058b5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Config
2424
#
2525
# Or configure a 3rd-party app:
2626
#
27-
config :logger, level: :warn, console: [device: :standard_error]
27+
config :logger, level: :warning, console: [device: :standard_error]
2828
#
2929

3030
# It is also possible to import configuration files, relative to this

0 commit comments

Comments
 (0)