Skip to content

Commit

Permalink
fix: set Logger level otherwise Phoenix plug exceptions are not thrown (
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers authored Mar 7, 2024
1 parent c34e609 commit b48f91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.41
1.1.42
1 change: 1 addition & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Config

# Do not print debug messages in production
config :logger,
level: :info,
compile_time_purge_matching: [
[level_lower_than: :info]
]
Expand Down

0 comments on commit b48f91f

Please sign in to comment.