onamfc/laravel-devlogger
Laravel database logger with automatic exception catching and rich metadata. Tag and filter logs by level, date, queue, status, request context, and user. Includes configurable retention/cleanup, fallback channels, and flexible env-based setup.
php artisan vendor:publish) in staging first. v1.1.9 fixes may reduce setup friction.user_id for filtering). Confirm no breaking schema changes in v1.1.9.Log model or override LogServiceProvider as before. No new hooks in v1.1.9.php artisan vendor:publish --provider="DevLogger\ServiceProvider"
php artisan migrate
| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Database downtime | Logs lost | Queue + fallback storage (e.g., disk). |
| Unbounded log growth | DB bloat | Enforce retention policies (TTL). |
| Filtering query timeouts | Slow dashboards | Optimize queries; use indexes. |
| Sensitive data in logs | Compliance violations | Redact PII via middleware. |
| Migration/publishing failures | Setup delays | Updated: Test v1.1.9 fixes in staging. |
NO_UPDATE_NEEDED_TO_TECHNICAL_EVALUATION_CORE_RISKS
How can I help you explore Laravel packages today?