diff --git a/config/test.exs b/config/test.exs index caed05b..6543239 100644 --- a/config/test.exs +++ b/config/test.exs @@ -26,7 +26,7 @@ config :cannery, Cannery.Mailer, adapter: Swoosh.Adapters.Test config :cannery, Cannery.Accounts, registration: "public" # Print only warnings and errors during test -config :logger, level: :warn +config :logger, level: :warning # Initialize plugs at runtime for faster test compilation config :phoenix, :plug_init_mode, :runtime