From e018579dddc4daf7f3e9fd1888d997336fad79ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rodr=C3=ADguez=20Chatruc?= <49622509+jrchatruc@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:55:10 -0300 Subject: [PATCH] Debug logs in prod (#281) --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index 9d77f76d..ad00a820 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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.