Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f18c32c

Browse files
authored
chore: add OTEL RUST_LOG environment variable (#111)
1 parent 4e36e73 commit f18c32c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2424

2525
COPY --from=builder /app/target/release/storb /usr/local/bin/storb
2626

27-
ENV RUST_LOG="info,libp2p=info"
27+
ENV RUST_LOG="info,libp2p=info,opentelemetry-http=info,opentelemetry-otlp=info,hyper_util=info"
28+
2829
ENV NODE_TYPE=""
2930

3031
VOLUME ["/app", "/root/.bittensor/wallets"]

0 commit comments

Comments
 (0)