hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

New logger trunk #2126

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Description of the Change

This trunk contains the new logger implementation fully integrated into the project. Additionally, the configuration file parsing was rewritten and related libraries (fmt & spdlog) were updated.

Benefits

New logger features, hidden libs & better config parser.

MBoldyrev commented 5 years ago

Commits 2f09018, 4241a1e, e940c49 and d1f2be94e were accidentally merged from #2072 without being squashed.

neewy commented 5 years ago

Can you please also write some docs about verbosity level here?..

MBoldyrev commented 5 years ago

Looks good but please fix mst_fuzz and status_fuzzing and torii_fuzzing targets.

These targets are outdated due to missing CI checks for them, and it has nothing to do with the new logger. So I tried to fix them in a separate PR: please see #2136.