Skip to content

Commit

Permalink
In config/test.exs change log level from :warn to :warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rmouritzen-splunk committed Jun 18, 2024
1 parent 109a3da commit 86c8966
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 @@ -7,4 +7,4 @@ config :schema_server, SchemaWeb.Endpoint,
server: false

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

0 comments on commit 86c8966

Please sign in to comment.