We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258a3b1 + f160f8c commit b09e1ecCopy full SHA for b09e1ec
docker/file-retriever/docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
stop_grace_period: 30s
17
command: rpc --node-rpc-url ws://subspace-node:9944/ws --rpc-listen-on 0.0.0.0:9955 --allow-private-ips --out-connections ${OUT_CONNECTIONS} --pending-out-connections ${PENDING_OUT_CONNECTIONS}
18
environment:
19
- - RUST_LOG=debug
+ - RUST_LOG=${RUST_LOG_GATEWAY:-info}
20
file-retriever:
21
image: ${FILE_RETRIEVER_DOCKER_TAG}
22
container_name: file-retriever
docker/object-mapping-indexer/docker-compose.yml
@@ -12,6 +12,8 @@ services:
12
- '30433:30433'
13
- '127.0.0.1:9944:9944'
14
restart: unless-stopped
15
+ environment:
+ - RUST_LOG=${RUST_LOG_NODE:-info}
command: >
run
--chain ${NETWORK_ID}
0 commit comments