rollmint
rollmint copied to clipboard
Unify logging
Currently there are 2 loggers used in optimint:
- passed from cosmos-sdk
- used by libp2p
Ideally, only one logger should be used for better control and unification of logging.
libp2p use package-global loggers, and cosmos-sdk pass logger as argument (in context).
Switch to package level loggers and wrap logging from other loggers in it
Code Hygiene