feat: make RUST_LOG parametrized (#11)

## What 
Customize RUST_LOG variable

## Why 
There're lot of packages used for EN and each of them has their own
logging verbosity

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Documentation comments have been added / updated.
This commit is contained in:
D025
2024-03-20 15:51:04 +02:00
committed by GitHub
parent 3fb4985ea4
commit 97a71926d7
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ services:
DATABASE_POOL_SIZE: 200
EN_MAX_BLOCKS_PER_TREE_BATCH: 200
MISC_LOG_FORMAT: json
RUST_LOG: zksync_external_node={{ log_verbosity }}
RUST_LOG: {{ rust_log }}
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:{{ healthcheck_port }}/health" ]
interval: 1m