hyperledger / iroha

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

Inconsistency in `logger` configuration #4840

Open Erigara opened 2 months ago

Erigara commented 2 months ago

After the merge of #4837 we going to have inconsistency between level (lower case) and format (camel case) fields. We should make them consistent.

0x009922 commented 1 month ago

I would propose to leave format as-is, but additionally support lower case for level.

Most of the config values and names are lower-case, but it is common to use upper case values for log level in *NIX applications.