LedgerHQ / ragger

Small wrapper around Speculos, LedgerWallet & LedgerComm to ease instrumentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Straighten the log management

lpascal-ledger opened this issue · comments

Currently logs are badly managed.

There is an Logger init done in ragger.__init__, with no configurable capabilities, which could be easily done with easily changeable config file.
Modules import the logger from there, instead of getting the logger by name, or declaring a local logger.