Update relay verbosity
This commit is contained in:
parent
caeb6d822f
commit
47aa2dd934
@ -72,13 +72,10 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
environment:
|
||||
- RUST_LOG=debug,bitcoincore_rpc=trace
|
||||
- HOME=/home/bitcoin
|
||||
- BITCOIN_COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
|
||||
- RUST_LOG=DEBUG
|
||||
entrypoint: >
|
||||
/bin/sh -c "
|
||||
mkdir -p /home/bitcoin/.4nk &&
|
||||
strace -f -e trace=file /usr/local/bin/sdk_relay --config /home/bitcoin/.conf"
|
||||
/bin/sh -lc "mkdir -p /home/bitcoin/.4nk/logs && exec /usr/local/bin/sdk_relay --config /home/bitcoin/.conf 2>&1 | tee -a /home/bitcoin/.4nk/logs/sdk_relay.log"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8090/health"]
|
||||
interval: 30s
|
||||
|
Loading…
x
Reference in New Issue
Block a user