diff --git a/docker/run_nwaku_store_postgres.sh b/docker/run_nwaku_store_postgres.sh index 6af0b2e..69ee5c2 100644 --- a/docker/run_nwaku_store_postgres.sh +++ b/docker/run_nwaku_store_postgres.sh @@ -13,7 +13,7 @@ exec /usr/bin/wakunode\ --topic=/waku/2/dev-waku/proto\ --rpc-admin=true\ --keep-alive=true\ - --log-level=ERROR\ + --log-level=DEBUG\ --rpc-port=8545\ --rpc-address=0.0.0.0\ --tcp-port=30303\ diff --git a/docker/run_nwaku_store_sqlite.sh b/docker/run_nwaku_store_sqlite.sh index a6d1e4b..19a2ca0 100644 --- a/docker/run_nwaku_store_sqlite.sh +++ b/docker/run_nwaku_store_sqlite.sh @@ -13,7 +13,7 @@ exec /usr/bin/wakunode\ --topic=/waku/2/dev-waku/proto\ --rpc-admin=true\ --keep-alive=true\ - --log-level=ERROR\ + --log-level=DEBUG\ --rpc-port=8546\ --rpc-address=0.0.0.0\ --tcp-port=30304\