From ec7af86142acd7dcd0f2b5f0970c2e61a9e0dd13 Mon Sep 17 00:00:00 2001 From: natsoni Date: Tue, 28 Jan 2025 12:47:11 +0100 Subject: [PATCH] Add debug.log path to mainnet prod config --- production/mempool-config.mainnet.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index 0cb682713..b14e3cd07 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -30,7 +30,8 @@ "CORE_RPC": { "PORT": 8332, "USERNAME": "__BITCOIN_RPC_USER__", - "PASSWORD": "__BITCOIN_RPC_PASS__" + "PASSWORD": "__BITCOIN_RPC_PASS__", + "DEBUG_LOG_PATH": "/bitcoin/debug.log" }, "SECOND_CORE_RPC": { "PORT": 8302,