- #15956 Introduce extra options to configure logger.
v1.0.0 - 2023-03-30
- #15601 Introduce logger options. These options allow to configure the logger with filters, different level and output format.
v0.1.0 - 2023-03-13
- Introducing a standalone SDK logger package (
comossdk.io/log
). It replaces CometBFT logger and provides a common interface for all SDK components. The default logger (NewLogger
) is using zerolog, but it can be easily replaced with any implementation that implements thelog.Logger
interface.