Skip to content

Commit

Permalink
Resolve test logger level deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Apr 16, 2024
1 parent 33a7133 commit c691045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ config :philomena, PhilomenaWeb.Endpoint,
server: false

# Print only warnings and errors during test
config :logger, level: :warn
config :logger, level: :warning

0 comments on commit c691045

Please sign in to comment.