Skip to content

Commit

Permalink
Merge pull request #675 from oasisprotocol/ptrus/feature/web3-logging
Browse files Browse the repository at this point in the history
other(localnet): configurable web3 logging level
  • Loading branch information
ptrus authored Dec 26, 2024
2 parents 8e204f7 + ba23362 commit 2f9d783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/common/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ if [[ "x${OASIS_DOCKER_NO_GATEWAY}" == "xyes" ]]; then
notice "Skipping oasis-web3-gateway start-up...\n"
else
notice "Starting oasis-web3-gateway...\n"
${OASIS_WEB3_GATEWAY_BINARY} --config ${OASIS_WEB3_GATEWAY_CONFIG_FILE} 2>1 &>/var/log/oasis-web3-gateway.log &
LOG__LEVEL=${OASIS_NODE_LOG_LEVEL} ${OASIS_WEB3_GATEWAY_BINARY} --config ${OASIS_WEB3_GATEWAY_CONFIG_FILE} 2>1 &>/var/log/oasis-web3-gateway.log &
OASIS_WEB3_GATEWAY_PID=$!
fi

Expand Down

0 comments on commit 2f9d783

Please sign in to comment.