mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
- use stderr in addition to the daily logging channel so the laravel logs are passed to the container logs (docker logs) - use the daily channel with local laravel.log to persist logs to disk for 10 days, ensuring a persistent copy even if the coolify container is removed/ updated - rotate the logs in production every 10 days and only log warnings, to prevent an excessively large laravel.log file - keep LOG_LEVEL=debug for the single channel as it will be used in development |
||
|---|---|---|
| .. | ||
| app.php | ||
| auth.php | ||
| cache.php | ||
| database.php | ||
| filesystems.php | ||
| hashing.php | ||
| logging.php | ||
| mail.php | ||
| queue.php | ||
| ray.php | ||
| services.php | ||
| session.php | ||