potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

filter logs for a datetime period #138

Open mr-manuel opened 6 years ago

mr-manuel commented 6 years ago

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 commented 3 years ago

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