mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[PR #229] [MERGED] Refactor to migrate from sirupsen/logrus to rs/zerolog #228
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/229
Author: @decke
Created: 8/3/2025
Status: ✅ Merged
Merged: 8/3/2025
Merged by: @decke
Base:
master← Head:log-rewrite-to-zerolog📝 Commits (2)
e393a94Refactor to migrate from sirupsen/logrus to rs/zerolog and integrate DeRuina/timberjack for logfile rotationecd45e8Fix go.mod for go test📊 Changes
5 files changed (+205 additions, -143 deletions)
View changed files
📝
config.go(+43 -34)📝
go.mod(+4 -1)📝
go.sum(+18 -8)📝
logger.go(+50 -25)📝
main.go(+90 -75)📄 Description
This also integrates DeRuina/timberjack for logfile rotation
Fixes #228
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.