hyperledger-iroha / iroha

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

[BUG] `LOG_LEVEL` is for Level, not for advanced log filtering. #5247

Open 0x009922 opened 6 days ago

0x009922 commented 6 days ago

Context

4837 introduced a significant change to the configuration: logger.level parameter is now not just a level, but actually a set of filtering directives. This has a few problems:

Additionally, it just feels frustrating that after emphasizing many times in the Config RFC #3795 that configuration must be taken extra care of in terms of documentation, proper design choices, and breaking changes.

Proposal