Blame

d00261 theophile 2026-04-23 14:05:30
initial page + lnav mention
1
# Logs
2
1ac3f5 theophile 2026-06-01 11:44:32
logrotate
3
Most logs are in `/var/log`
4
5
6
d00261 theophile 2026-04-23 14:05:30
initial page + lnav mention
7
We can use the `lnav` utility to read any logs.
8
9
## Logs of note
10
11
- `var/log/traefik.log`
1ac3f5 theophile 2026-06-01 11:44:32
logrotate
12
- `/var
13
14
## Tools
15
16
### `logrotate`
17
18
19
20
conf: `/etc/logrotate.conf`
21
per service: `/etc/logrotate.d/*`
22
23
Force a run:
24
25
```shell
26
sudo logrotate path/to/config --force
27
```