coolify/config
peaklabs-dev 0114ffac3e
chore(config): setup production logging
- 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
2025-12-04 14:47:22 +01:00
..
app.php chore(config): improve app config 2025-11-30 16:50:04 +01:00
auth.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
cache.php chore(config): update config files to the latest skeleton version 2025-12-01 23:11:33 +01:00
database.php chore(config): update config files to the latest skeleton version 2025-12-01 23:11:33 +01:00
filesystems.php style: apply pint to full codebase 2025-11-30 16:58:58 +01:00
hashing.php refactor: apply rector refactors 2025-11-30 16:58:58 +01:00
logging.php chore(config): setup production logging 2025-12-04 14:47:22 +01:00
mail.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
queue.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
ray.php chore(config): update config files to the latest skeleton version 2025-12-01 23:11:33 +01:00
services.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
session.php chore(config): encrypt sessions 2025-11-30 16:58:58 +01:00