You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
logScreen
for golang application's visualizing. and also my golang logging framework, zerolog, buffers logs and flush multiple lines at a time.logScreen
'slog.message
does not indicates only one JSON line, but multiple JSON lines joined with\n
character.The text was updated successfully, but these errors were encountered: