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