Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 1.71 KB

Changelog

[Unreleased]

Features

  • #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 the log.Logger interface.