Changing log level to debug in 'run_nwaku_store_postgres|sqlite.sh'

This commit is contained in:
Ivan Folgueira Bande 2023-10-12 16:55:06 +02:00 committed by Ivan FB
parent 1002b6ebb4
commit 00b4be5021
2 changed files with 2 additions and 2 deletions

View File

@ -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\

View File

@ -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\