Skip to content

Commit

Permalink
feat: allow none logger level configuration (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatanasov committed Mar 21, 2024
1 parent 8fd29c1 commit 84a6837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/runtime.exs
Expand Up @@ -46,6 +46,7 @@ end

log_level =
case System.get_env("LOG_LEVEL") do
"none" -> :none
"emergency" -> :emergency
"alert" -> :alert
"critical" -> :critical
Expand Down

0 comments on commit 84a6837

Please sign in to comment.