Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log streaming where possible to respect -t #35

Open
byrnedo opened this issue Jan 6, 2025 · 0 comments
Open

Fix log streaming where possible to respect -t #35

byrnedo opened this issue Jan 6, 2025 · 0 comments

Comments

@byrnedo
Copy link
Collaborator

byrnedo commented Jan 6, 2025

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant