6a64951d9a
- Increased line scanning from 5k/10k to 50k lines (covers more data) - Added actual time-based filtering using log timestamps - Now respects the user's time range selection (1h, 6h, 24h, 7d, 30d) - Filters access logs by Apache timestamp format - Filters error logs by PHP/Apache error timestamp format - Shows timestamp with each 500 error for correlation - Better catches intermittent 500 errors for real users Example: If you select "Last 24 hours", it now actually filters logs to only show errors from the last 24 hours, not just the last N lines which could be 5 minutes on a busy server.