[PR #61] [MERGED] Add custom logger #1589

Closed
opened 2026-03-07 22:11:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/61
Author: @hibiken
Created: 1/22/2020
Status: Merged
Merged: 1/22/2020
Merged by: @hibiken

Base: masterHead: feature/logger


📝 Commits (1)

📊 Changes

6 files changed (+183 additions, -27 deletions)

View changed files

📝 background.go (+9 -2)
logger.go (+35 -0)
logger_test.go (+117 -0)
📝 processor.go (+16 -17)
📝 scheduler.go (+3 -4)
📝 syncer.go (+3 -4)

📄 Description

Closes #46


🔄 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/61 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/22/2020 **Status:** ✅ Merged **Merged:** 1/22/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/logger` --- ### 📝 Commits (1) - [`21c4dcd`](https://github.com/hibiken/asynq/commit/21c4dcd1ce45875690bbdc7ad78ca12ea1931914) Add custom logger ### 📊 Changes **6 files changed** (+183 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `background.go` (+9 -2) ➕ `logger.go` (+35 -0) ➕ `logger_test.go` (+117 -0) 📝 `processor.go` (+16 -17) 📝 `scheduler.go` (+3 -4) 📝 `syncer.go` (+3 -4) </details> ### 📄 Description Closes #46 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:27 +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#1589
No description provided.