16 lines
No EOL
263 B
Markdown
16 lines
No EOL
263 B
Markdown
# Logging
|
|
|
|
Enable the logger to log the rc-processes by editing `/etc/rc.conf`
|
|
|
|
```
|
|
rc_logger="YES"
|
|
```
|
|
|
|
To also log the kernel add `klogd`.
|
|
|
|
```
|
|
# apk add sysklogd
|
|
# rc-update add klogd boot
|
|
```
|
|
|
|
You can view the logs in `/var/log/dmesg` and `/var/log/messages`. |