NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
14 stars 10 forks source link

API backend logs need to be grouped by environment #222

Closed stranger80 closed 1 month ago

stranger80 commented 1 month ago

Currently the https://github.com/NethermindEth/zksync-remix-plugin/blob/develop/api/configs/grafana-logs.config.river configuration aggregates the logs from all API container instanced (so dev and prod are mixed).

Enhance the configuration so that the logs can be easily separated by ENVIRONMENT variable (similarly to how Prometheus metrics are separated).