[PR #1150] [MERGED] feat: move to slog for logging #9044

Closed
opened 2026-04-23 08:38:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1150
Author: @kolaente
Created: 7/19/2025
Status: Merged
Merged: 7/21/2025
Merged by: @kolaente

Base: mainHead: feature-slog


📝 Commits (2)

  • e673cff feat: move to slog for logging
  • b9a87fa feat!: remove echo log options - unify with general http logging

📊 Changes

33 files changed (+488 additions, -277 deletions)

View changed files

📝 config-raw.json (+5 -5)
📝 go.mod (+0 -3)
📝 go.sum (+0 -43)
📝 pkg/config/config.go (+4 -4)
📝 pkg/db/db.go (+1 -1)
📝 pkg/db/test.go (+1 -1)
📝 pkg/events/events.go (+1 -1)
📝 pkg/files/files.go (+1 -1)
📝 pkg/files/main_test.go (+5 -0)
pkg/log/echo_logger.go (+186 -0)
📝 pkg/log/logging.go (+77 -56)
📝 pkg/log/mail_logger.go (+15 -51)
📝 pkg/log/noop.go (+2 -4)
📝 pkg/log/watermill_logger.go (+10 -32)
📝 pkg/log/xorm_logger.go (+16 -55)
📝 pkg/mail/mail.go (+1 -1)
📝 pkg/mail/send_mail.go (+1 -1)
📝 pkg/migration/migration.go (+1 -1)
📝 pkg/models/listeners.go (+1 -1)
📝 pkg/models/main_test.go (+4 -0)

...and 13 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1150 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feature-slog` --- ### 📝 Commits (2) - [`e673cff`](https://github.com/go-vikunja/vikunja/commit/e673cffb587cff1dbf1e3f875e1e25e989a73bed) feat: move to slog for logging - [`b9a87fa`](https://github.com/go-vikunja/vikunja/commit/b9a87fa49ad8e181aeca6896c74f42df03614395) feat!: remove echo log options - unify with general http logging ### 📊 Changes **33 files changed** (+488 additions, -277 deletions) <details> <summary>View changed files</summary> 📝 `config-raw.json` (+5 -5) 📝 `go.mod` (+0 -3) 📝 `go.sum` (+0 -43) 📝 `pkg/config/config.go` (+4 -4) 📝 `pkg/db/db.go` (+1 -1) 📝 `pkg/db/test.go` (+1 -1) 📝 `pkg/events/events.go` (+1 -1) 📝 `pkg/files/files.go` (+1 -1) 📝 `pkg/files/main_test.go` (+5 -0) ➕ `pkg/log/echo_logger.go` (+186 -0) 📝 `pkg/log/logging.go` (+77 -56) 📝 `pkg/log/mail_logger.go` (+15 -51) 📝 `pkg/log/noop.go` (+2 -4) 📝 `pkg/log/watermill_logger.go` (+10 -32) 📝 `pkg/log/xorm_logger.go` (+16 -55) 📝 `pkg/mail/mail.go` (+1 -1) 📝 `pkg/mail/send_mail.go` (+1 -1) 📝 `pkg/migration/migration.go` (+1 -1) 📝 `pkg/models/listeners.go` (+1 -1) 📝 `pkg/models/main_test.go` (+4 -0) _...and 13 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 08:38:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#9044