Skip to content

Fix log streaming where possible to respect -t  #35

Open
@byrnedo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions