From ec7af86142acd7dcd0f2b5f0970c2e61a9e0dd13 Mon Sep 17 00:00:00 2001 From: natsoni Date: Tue, 28 Jan 2025 12:47:11 +0100 Subject: [PATCH 1/2] 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, From 2407cbfd9adda8a8ea5f9ef871593da2b30e621b Mon Sep 17 00:00:00 2001 From: natsoni Date: Tue, 28 Jan 2025 12:55:28 +0100 Subject: [PATCH 2/2] Enable microsecond logging in bitcoin.conf --- production/bitcoin.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/production/bitcoin.conf b/production/bitcoin.conf index 57d993eb4..8fe17d921 100644 --- a/production/bitcoin.conf +++ b/production/bitcoin.conf @@ -15,6 +15,7 @@ whitelist=127.0.0.1 whitelist=103.99.168.0/22 whitelist=2401:b140::/32 blocksxor=0 +logtimemicros=1 #uacomment=@wiz [main]