Skip to content

Commit 66cb98d

Browse files
committed
fix(infra): avoid huge warp backtraces in logs
1 parent bf1c9b3 commit 66cb98d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

mithril-infra/assets/docker/docker-compose-aggregator-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
- all
4848
environment:
4949
- RUST_BACKTRACE=1
50+
- RUST_LIB_BACKTRACE=0
5051
- GOOGLE_APPLICATION_CREDENTIALS_JSON=${GOOGLE_APPLICATION_CREDENTIALS_JSON}
5152
- GOOGLE_APPLICATION_CREDENTIALS_GCP_KMS_JSON=${GOOGLE_APPLICATION_CREDENTIALS_GCP_KMS_JSON}
5253
- NETWORK=${NETWORK}

mithril-infra/assets/docker/docker-compose-aggregator-p2p-base-override.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- all
1010
environment:
1111
- RUST_BACKTRACE=1
12+
- RUST_LIB_BACKTRACE=0
1213
- LISTEN_PORT=${AGGREGATOR_RELAY_LISTEN_PORT}
1314
- NETWORK=${NETWORK}
1415
- NETWORK_MAGIC=${NETWORK_MAGIC}

mithril-infra/assets/docker/docker-compose-signer-p2p-base-no-dmq-override.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- all
1414
environment:
1515
- RUST_BACKTRACE=1
16+
- RUST_LIB_BACKTRACE=0
1617
- LISTEN_PORT=${SIGNER_RELAY_LISTEN_PORT}
1718
- SERVER_PORT=${SIGNER_RELAY_SERVER_PORT}
1819
- NETWORK=${NETWORK}

0 commit comments

Comments
 (0)