mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #151] [MERGED] Improve loggings + Update Logger interface #2660
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2660
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/hibiken/asynq/pull/151
Author: @hibiken
Created: 5/16/2020
Status: ✅ Merged
Merged: 5/16/2020
Merged by: @hibiken
Base:
master← Head:next📝 Commits (8)
a866369Simplify Logger interface00b8290Allow setting minimum log level for logger73d6284Change LogLevel to satisfy flag.Value interface711bfa3Update changelog0faf97fDefine test flags for package testingae942c9Change default log level to info0289bc7Clean up log messages556b210Minor 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.