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
glog has issue with write size - it converts newlines to \n for only as big as will fit in its buffer; beyond that, all newlines are as-is and cause multiple, disjoint, possibly interleaved lines to be written.
glog's format does not support things like json for log collectors (like google cloud observability suite, that can query them with BigQuery log analytics)
The text was updated successfully, but these errors were encountered:
slog wins
glog shortcomings
\n
for only as big as will fit in its buffer; beyond that, all newlines are as-is and cause multiple, disjoint, possibly interleaved lines to be written.The text was updated successfully, but these errors were encountered: