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

Commit

Permalink
rollback prod config for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Nov 21, 2023
1 parent b342cbb commit 516d3da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +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
# REMOVE AFTER DEBUGING
config :logger, level: :debug
config :logger, level: :info

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

0 comments on commit 516d3da

Please sign in to comment.