⚠️ Error Logs
System Health Monitoring (Deep Dive)
The Error Logs UI provides a front-end dashboard for the internal `laravel.log` and database-stored application exceptions, aimed at developers and IT administrators.
Core Functionalities:
- Live Tracking: Monitors unhandled PHP exceptions, database connection timeouts, or third-party API failures in real-time.
- Error Severities: Categorizes errors as INFO, WARNING, ERROR, or CRITICAL.
- Stack Traces: Clicking "View Details" on an error reveals the full stack trace payload, indicating exactly which file and line number caused the application to crash, significantly accelerating the debugging process during a high-stress live exam.
- Log Management: Allows IT staff to clear old logs or temporarily suppress specific noisy warnings to keep the dashboard focused on critical infrastructure health.