Skip to content

Commit eddb54b

Browse files
committed
Correctly configure logger to warning level
What changed? ============= We incorrectly typed the logger configuration. We set it to `warning` so it doesn't print all the logging statements from Phoenix.
1 parent 4195b11 commit eddb54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import Config
22

33
config :phoenix_test, :endpoint, PhoenixTest.Endpoint
44

5-
config :logger, debug: :warning
5+
config :logger, level: :warning

0 commit comments

Comments
 (0)