From 1c735ff74b5fd8a222ffa54ff719c3e38c39fbbc Mon Sep 17 00:00:00 2001 From: stubbsta Date: Sun, 7 Apr 2024 14:16:19 +0200 Subject: [PATCH] log level updated to DEBUG to assist with debugging --- run_nwaku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_nwaku.sh b/run_nwaku.sh index 11048e4..230792e 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -89,7 +89,7 @@ exec /usr/bin/wakunode\ --dns-discovery=true\ --discv5-discovery=true\ --discv5-enr-auto-update=True\ - --log-level=INFO\ + --log-level=DEBUG\ --metrics-server=True\ --metrics-server-address=0.0.0.0\ --discv5-bootstrap-node=${BOOTSTRAP_ENR}\