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

Support getting a reasonable amount of log content across different log files #117

Open
sakuraehikaru opened this issue Jan 2, 2024 · 0 comments
Assignees

Comments

@sakuraehikaru
Copy link

While we have previousLogFileURL, most apps will probably have to implement a way to handle log content that might be spread across different files, especially if a file rotation was recent.

A simple version could just be always export the current and previous files together without care to the content size, and a more advanced version could be one that allows specifying the number of lines expected in the exported content.

@sakuraehikaru sakuraehikaru self-assigned this Jan 2, 2024
@sakuraehikaru sakuraehikaru changed the title Support easier way to get a decent chunk of log content across different log files Support getting a reasonable amount of log content across different log files Jan 2, 2024
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