Skip to content

Commit

Permalink
Use :warning instead of :warn in logger config
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff committed Jan 24, 2024
1 parent ed4e41e commit 983126d
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 @@ -26,7 +26,7 @@ config :sanbase, Sanbase.PresignedS3Url.S3,
# Print only warnings and errors during test. Do not log JSON in tests.
config :logger, :console,
format: "$time $metadata[$level] $message\n",
level: :warn
level: :warning

config :sanbase, Sanbase.RepoReader, projects_data_endpoint_secret: "no_secret"

Expand Down

0 comments on commit 983126d

Please sign in to comment.