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
If the log line starts with a date we should be able to parse it and remove it. We can then serialize it as .timestamp and display it in the timestamp column in the UI.
I think we need a --parse-date and --no-parse-date flag in client.js to allow to turn it off.
The text was updated successfully, but these errors were encountered:
If the log line starts with a date we should be able to parse it and remove it. We can then serialize it as
.timestamp
and display it in the timestamp column in the UI.I think we need a
--parse-date
and--no-parse-date
flag inclient.js
to allow to turn it off.The text was updated successfully, but these errors were encountered: