hyperledger / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
433 stars 277 forks source link

feat: introduce RUST_LOG like log level format #4829

Closed Erigara closed 1 month ago

Erigara commented 1 month ago

This will help us to reduce noisy logs from parts of the system we are not interested in.

DCNick3 commented 1 month ago

tracing_subscriber already supports this in form of EnvFilter type, so this should be just a matter of routing it into the correct parts of our logger construction routines