Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Debug logs in prod (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc authored Sep 27, 2023
1 parent 2edb497 commit e018579
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
Expand Up @@ -12,7 +12,7 @@ config :starknet_explorer, StarknetExplorerWeb.Endpoint,
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: StarknetExplorer.Finch

# Do not print debug messages in production
config :logger, level: :info
config :logger, format: "[$level] $message\n"

# Runtime production configuration, including reading
# of environment variables, is done on config/runtime.exs.
Expand Down

0 comments on commit e018579

Please sign in to comment.