Skip to content

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

@134130

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions