Migrate tendermint logging to slog and remove go-kit/log dependency#2987
Open
Migrate tendermint logging to slog and remove go-kit/log dependency#2987
slog and remove go-kit/log dependency#2987Conversation
Remove dependency to go-kit/log and logfmt, and adapt existing logging utility libraries to use Go SDK's `slog` The changes here intentionally aim to introduce as little changes as possible, and are part of the larger integration of `seilog`, an extended `slog` library into sei-chain.
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2987 +/- ##
===========================================
- Coverage 58.17% 46.60% -11.57%
===========================================
Files 2113 39 -2074
Lines 173688 4152 -169536
===========================================
- Hits 101037 1935 -99102
+ Misses 63622 2063 -61559
+ Partials 9029 154 -8875
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Collaborator
Author
|
Coverage drop is miss-leading and a result of partial to full comparison. Fixed separately here: #2989 |
sei-will
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove dependency to go-kit/log and logfmt, and adapt existing logging utility libraries to use Go SDK's
slogThe changes here intentionally aim to introduce as little changes as possible, and are part of the larger integration of
seilog, an extendedsloglibrary into sei-chain.