Skip to content

Commit

Permalink
fix: using warning instead of warn on LoggerBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 24, 2024
1 parent 05bb7cc commit 349fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if config_env() == :prod do
}

config :logger, Sentry.LoggerBackend,
level: :warn,
level: :warning,
capture_log_messages: true
end

Expand Down

0 comments on commit 349fcdf

Please sign in to comment.