-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
P:nice-to-havePriority: Nice-To-HavePriority: Nice-To-HaveT:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.T:enhancement
Description
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).
Metadata
Metadata
Assignees
Labels
P:nice-to-havePriority: Nice-To-HavePriority: Nice-To-HaveT:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.T:enhancement