You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate from ipfs/go-log to zerolog across codebase (#2516)
Replace ipfs/go-log dependency with zerolog v1.33.0 for better
performance and structured logging.
## Changes
- Migrate 25 files from ipfs/go-log to zerolog
- Update 4 go.mod files with zerolog dependency
- Convert all logging patterns to zerolog structured format
- Preserve test files with existing logging for compatibility
## Performance
This addresses issue #2508 by migrating to zerolog which provides better
performance than the current ipfs/go-log (which uses uber-go/zap).
Fixes#2508
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>
Co-authored-by: tac0turtle <[email protected]>
Co-authored-by: Claude <[email protected]>
0 commit comments