Skip to content

Commit 8745add

Browse files
committed
Fix deprecation warning
1 parent 1e3f760 commit 8745add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config :zout, ZoutWeb.Endpoint,
2424
config :zout, Zout.Mailer, adapter: Swoosh.Adapters.Test
2525

2626
# Print only warnings and errors during test
27-
config :logger, level: :warn
27+
config :logger, level: :warning
2828

2929
# Initialize plugs at runtime for faster test compilation
3030
config :phoenix, :plug_init_mode, :runtime

0 commit comments

Comments
 (0)