[PR #110] [MERGED] Allow custom logger to be used in Background #2627

Closed
opened 2026-03-15 20:54:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/110
Author: @hibiken
Created: 3/12/2020
Status: Merged
Merged: 3/12/2020
Merged by: @hibiken

Base: masterHead: enhance/logger


📝 Commits (1)

  • abf1f36 Allow custom logger to be used in Background

📊 Changes

8 files changed (+90 additions, -19 deletions)

View changed files

📝 background.go (+36 -3)
📝 heartbeat.go (+2 -3)
📝 internal/log/log.go (+12 -0)
📝 internal/log/log_test.go (+32 -0)
📝 processor.go (+2 -3)
📝 scheduler.go (+2 -3)
📝 subscriber.go (+2 -3)
📝 syncer.go (+2 -4)

📄 Description

Closes #108


🔄 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/hibiken/asynq/pull/110 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 3/12/2020 **Status:** ✅ Merged **Merged:** 3/12/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `enhance/logger` --- ### 📝 Commits (1) - [`abf1f36`](https://github.com/hibiken/asynq/commit/abf1f3683fc4525f4e0f42c0a7b15be1aeee57ae) Allow custom logger to be used in Background ### 📊 Changes **8 files changed** (+90 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `background.go` (+36 -3) 📝 `heartbeat.go` (+2 -3) 📝 `internal/log/log.go` (+12 -0) 📝 `internal/log/log_test.go` (+32 -0) 📝 `processor.go` (+2 -3) 📝 `scheduler.go` (+2 -3) 📝 `subscriber.go` (+2 -3) 📝 `syncer.go` (+2 -4) </details> ### 📄 Description Closes #108 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:54:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2627
No description provided.