fix: logs handling

This commit is contained in:
adrian
2025-09-16 10:15:40 +02:00
committed by Adrian Benavides
parent b0f620539b
commit e684a64002
5 changed files with 10 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ services:
db:
condition: service_healthy
environment:
RUST_LOG: "protocol_testing=info"
RUST_LOG: "${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}"