Skip to content

Commit

Permalink
change level back to notice
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed May 28, 2024
1 parent 00a9e3b commit 42e0772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deps/logger.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
if config_env() == :dev do
config :logger, :console,
format: "$date $time [$level] $metadata$message\n",
level: :info,
level: :notice,
metadata: [:ip, :mbta_id, :request_id]
end

Expand Down

0 comments on commit 42e0772

Please sign in to comment.