Open
Description
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...
Metadata
Assignees
Labels
No labels