mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 06:05:52 +03:00
[GH-ISSUE #35] Merge log lines as per requests #29
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#29
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?
Originally created by @vt128 on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/35
For the log output of the server app, one or multiple log lines will be generated for single request. It's really confusing when multiple requests reach the server at the same.
Have you ever considered about merging them into one, or give them a request ID?
What about modern logger like uber/zap?
@mritd commented on GitHub (Feb 21, 2021):
The V2 version has been switched to zap log, and the http framework log is also as consistent as possible with the zap log format.
@vt128 commented on GitHub (Feb 27, 2021):
@mritd Thanks! Btw, what's the font of your console? It looks nice.