Skip to content

Commit

Permalink
[Chore] Reduce log verbosity #276 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck authored Jun 14, 2024
1 parent 89d3d15 commit e476d1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ require Logger

if config_env() == :prod do
# configure logging:
config :logger,
handle_otp_reports: true,
handle_sasl_reports: true

config :logger, :default_handler,
formatter: {
LoggerJSON.Formatters.Basic,
Expand All @@ -24,7 +20,7 @@ if config_env() == :prod do
"service_account"
]}
],
metadata: {:all_except, [:conn]}
metadata: {:all_except, [:conn, :domain, :application]}
}
end

Expand Down

0 comments on commit e476d1c

Please sign in to comment.