From 93ee858b17d9a4c13d2525743546e85329e82f14 Mon Sep 17 00:00:00 2001 From: Ole Mathias Heggem Date: Fri, 28 Mar 2025 14:07:36 +0100 Subject: tg25 prep --- tools/dhcpns/config/ddns.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/dhcpns/config/ddns.py') 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", -- cgit v1.2.3