[PR #151] [MERGED] Improve loggings + Update Logger interface #1650

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/151
Author: @hibiken
Created: 5/16/2020
Status: Merged
Merged: 5/16/2020
Merged by: @hibiken

Base: masterHead: next


📝 Commits (8)

  • a866369 Simplify Logger interface
  • 00b8290 Allow setting minimum log level for logger
  • 73d6284 Change LogLevel to satisfy flag.Value interface
  • 711bfa3 Update changelog
  • 0faf97f Define test flags for package testing
  • ae942c9 Change default log level to info
  • 0289bc7 Clean up log messages
  • 556b210 Minor code cleanup

📊 Changes

11 files changed (+657 additions, -126 deletions)

View changed files

📝 CHANGELOG.md (+8 -0)
📝 asynq_test.go (+20 -8)
📝 heartbeat.go (+6 -5)
📝 internal/log/log.go (+180 -22)
📝 internal/log/log_test.go (+267 -32)
📝 processor.go (+20 -18)
📝 scheduler.go (+6 -5)
📝 server.go (+101 -20)
📝 server_test.go (+36 -6)
📝 subscriber.go (+7 -6)
📝 syncer.go (+6 -4)

📄 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/hibiken/asynq/pull/151 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 5/16/2020 **Status:** ✅ Merged **Merged:** 5/16/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `next` --- ### 📝 Commits (8) - [`a866369`](https://github.com/hibiken/asynq/commit/a866369866878f0c7794fabec3b28293ffeaafbb) Simplify Logger interface - [`00b8290`](https://github.com/hibiken/asynq/commit/00b82904c600dbdeb7d0ed0b1461b8b4c873b0b6) Allow setting minimum log level for logger - [`73d6284`](https://github.com/hibiken/asynq/commit/73d62844e60073678129a09180b5092087dde884) Change LogLevel to satisfy flag.Value interface - [`711bfa3`](https://github.com/hibiken/asynq/commit/711bfa371ff61ca3af0008c57d6f8733ce379afa) Update changelog - [`0faf97f`](https://github.com/hibiken/asynq/commit/0faf97f146d413073540bc3cbdda4c82a3a41d0a) Define test flags for package testing - [`ae942c9`](https://github.com/hibiken/asynq/commit/ae942c93e5fd6a26b64d04f6294bbe8ddea84eb5) Change default log level to info - [`0289bc7`](https://github.com/hibiken/asynq/commit/0289bc7a106d7cbaa19143434b38a65c3321fad1) Clean up log messages - [`556b210`](https://github.com/hibiken/asynq/commit/556b2103fe240defd99bd949caedbb85f8c9fd04) Minor code cleanup ### 📊 Changes **11 files changed** (+657 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -0) 📝 `asynq_test.go` (+20 -8) 📝 `heartbeat.go` (+6 -5) 📝 `internal/log/log.go` (+180 -22) 📝 `internal/log/log_test.go` (+267 -32) 📝 `processor.go` (+20 -18) 📝 `scheduler.go` (+6 -5) 📝 `server.go` (+101 -20) 📝 `server_test.go` (+36 -6) 📝 `subscriber.go` (+7 -6) 📝 `syncer.go` (+6 -4) </details> ### 📄 Description _No description provided_ --- <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: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#1650
No description provided.