summaryrefslogtreecommitdiffstats
path: root/debian/kea-doc.README.Debian
blob: 03c9d4628c1cfe6d4d315145e6e6d10f89c759bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# ISC Kea for Debian

## Logging

Following what upstream does with their .deb packaging, the Debian packages by
default log to the systemd journal. If logging to file is desired just edit the
config files and change the loggers "output" to a file under /var/log/kea/,
e.g. for /etc/kea/kea-dhcp4.conf:

  "output": "/var/log/kea/kea-dhcp4.log"

The systemd units automatically create the /var/log/kea/ right ownership and
permissions.