Skip to content

Commit

Permalink
Remove :warn log level in favor of :warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trod committed Aug 24, 2023
1 parent 7bb977e commit b9c4470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Config

config :ex_phone_number,
log_level: :warn
log_level: :warning

0 comments on commit b9c4470

Please sign in to comment.