# Logs Most logs are in `/var/log` We can use the `lnav` utility to read any logs. ## Logs of note - `var/log/traefik.log` - `/var ## Tools ### `logrotate` conf: `/etc/logrotate.conf` per service: `/etc/logrotate.d/*` Force a run: ```shell sudo logrotate path/to/config --force ```