Skip to main content

Log File Organization

logs/
├── app.log # Default application logs
└── modules/
├── database.log # Database-specific logs
├── api.log # API-specific logs
├── authentication.log # Auth-specific logs
└── background_tasks.log # Background task logs