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

filter logs for a datetime period #138

Open
mr-manuel opened this issue Mar 27, 2018 · 1 comment
Open

filter logs for a datetime period #138

mr-manuel opened this issue Mar 27, 2018 · 1 comment

Comments

@mr-manuel
Copy link

Hi,

first of all, thanks for the great code!

May you implement a function that you can display only a certain period of logs (datetim start and end)? So it would be easier to track how errors occur in past , if you have tenthousand of log rows (PHP error -> searching same point of time in access log).

@JordanMagnuson
Copy link

This would be a great addition. Using regex in search to filter other elements of the log is typically fine, but regex is terrible for trying to get a date or timestamp range...

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

2 participants