From 4c5a546031bfe4d1e81a151fbb756a9428be1c16 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Wed, 21 Feb 2024 13:29:28 -0500 Subject: [PATCH] enable debug logging for stacks node --- templates/deployments/stacks-blockchain.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployments/stacks-blockchain.template.yaml b/templates/deployments/stacks-blockchain.template.yaml index ad8157b..425e2e0 100644 --- a/templates/deployments/stacks-blockchain.template.yaml +++ b/templates/deployments/stacks-blockchain.template.yaml @@ -43,7 +43,7 @@ spec: - name: BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE value: "1" - name: STACKS_LOG_DEBUG - value: "0" + value: "1" image: quay.io/hirosystems/stacks-node:devnet-2.4.0.0.0 imagePullPolicy: IfNotPresent name: stacks-blockchain