diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2025-03-28 14:07:36 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2025-03-28 14:07:36 +0100 |
commit | 93ee858b17d9a4c13d2525743546e85329e82f14 (patch) | |
tree | 8755772f6af35c8a53be353bc6e7813291028d6b /tools/dhcpns/config/ddns.py | |
parent | 9dc4d7eedb7ddd89d1e95e3fd55ccffd30a3e0df (diff) |
tg25 preptg23-dhcp
Diffstat (limited to 'tools/dhcpns/config/ddns.py')
-rw-r--r-- | tools/dhcpns/config/ddns.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/dhcpns/config/ddns.py b/tools/dhcpns/config/ddns.py index 8490967..3dc20e7 100644 --- a/tools/dhcpns/config/ddns.py +++ b/tools/dhcpns/config/ddns.py @@ -26,8 +26,11 @@ def base(ddns_domains = [], ddns_reverse_domains = []): "name": "kea-dhcp-ddns", "output_options": [ { - "output": "stdout", - "pattern": "%-5p %m\n" + "output": "/var/log/kea/ddns-debug.log", + "maxver": 8, + "maxsize": 204800, + "flush": True, + "pattern": "%d{%j %H:%M:%S.%q} %c %m\n" } ], "severity": "INFO", |