Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: when log is flushed with multiple lines, logScreen cannot detect each json row. #4

Open
134130 opened this issue Mar 19, 2024 · 0 comments

Comments

@134130
Copy link

134130 commented Mar 19, 2024

  • A lot of logging framework supports internal buffering and scheduled flushing for performance.
  • In my case, I'm using logScreen for golang application's visualizing. and also my golang logging framework, zerolog, buffers logs and flush multiple lines at a time.
  • In this case, logScreen's log.message does not indicates only one JSON line, but multiple JSON lines joined with \n character.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant