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
I've added millis to syslog so hopefully now we can give correct output when doing logs -t.
Naive solution is to kick off the log streaming in parallel, use mpsc to interleave the results, order them and then print.
Not quite sure how this would work with -f. Also not sure how much memory this will eat with large logs...
The text was updated successfully, but these errors were encountered:
I've added millis to syslog so hopefully now we can give correct output when doing
logs -t
.Naive solution is to kick off the log streaming in parallel, use mpsc to interleave the results, order them and then print.
Not quite sure how this would work with
-f
. Also not sure how much memory this will eat with large logs...The text was updated successfully, but these errors were encountered: