Skip to content

Commit

Permalink
add logging debug to signer
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 13, 2024
1 parent f532d0d commit 7287784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3signer/signer/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

exec /opt/web3signer/bin/web3signer --http-listen-port=9000 \
exec /opt/web3signer/bin/web3signer --logging=DEBUG --http-listen-port=9000 \
--http-listen-host=0.0.0.0 --http-host-allowlist="*" --http-cors-origins="*" \
eth2 \
--slashing-protection-db-url=jdbc:postgresql://postgres.web3signer.dappnode:5432/web3signer \
Expand Down

0 comments on commit 7287784

Please sign in to comment.