How long are logs retained?
| Log type | Retention |
|---|---|
| App logs (your dyno output) | 30 days |
| HTTP access logs (Traefik) | 14 days |
| Build logs | 14 days |
How are logs collected?
Fluent Bit runs as a DaemonSet on every node in the cluster. It tails container log files, enriches each entry with Kubernetes metadata (app name, deployment ID, process type), and ships them in real time to ClickHouse — a column-oriented database optimised for log queries.
How do I search logs?
From the neetoDeploy dashboard you can search with:
- Full-text contains / excludes
- Regular expressions
- Log level filter (error, warn, info, debug)
- Process type filter (web, worker, etc.)
- Deployment ID filter (compare behaviour before and after a deploy)