fix: pass RUST_LOG down to tycho-indexer

This commit is contained in:
adrian
2025-09-12 08:59:48 +02:00
committed by Adrian Benavides
parent 2a0af6c733
commit 2ea296fb8b
2 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ services:
db:
condition: service_healthy
environment:
RUST_LOG: "info"
RUST_LOG: "protocol_testing=info"
DATABASE_URL: postgres://postgres:mypassword@db:5432/tycho_indexer_0
RPC_URL: "${RPC_URL}"
SUBSTREAMS_API_TOKEN: "${SUBSTREAMS_API_TOKEN}"