[GH-ISSUE #35] Merge log lines as per requests #29

Closed
opened 2026-03-03 11:55:31 +03:00 by kerem · 2 comments
Owner

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?

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](https://github.com/uber-go/zap)?
kerem 2026-03-03 11:55:31 +03:00
  • closed this issue
  • added the
    v2
    label
Author
Owner

@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.

Note: This may not be the final log format.
image

<!-- gh-comment-id:782793920 --> @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. > Note: This may not be the final log format. ![image](https://user-images.githubusercontent.com/13043245/108615362-5c48c780-743e-11eb-9a0b-94c3c56cbf39.png)
Author
Owner

@vt128 commented on GitHub (Feb 27, 2021):

@mritd Thanks! Btw, what's the font of your console? It looks nice.

<!-- gh-comment-id:787004939 --> @vt128 commented on GitHub (Feb 27, 2021): @mritd Thanks! Btw, what's the font of your console? It looks nice.
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/bark-server#29
No description provided.