From 6c36295f4afb03e70c1bec3916a792bf6a4984a3 Mon Sep 17 00:00:00 2001 From: Maximilian Falkenstein Date: Thu, 28 Mar 2024 00:47:18 +0100 Subject: [PATCH] Drop invalid config --- conf/kea-ddns.conf.env | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/conf/kea-ddns.conf.env b/conf/kea-ddns.conf.env index 60ff4f8..70117fc 100644 --- a/conf/kea-ddns.conf.env +++ b/conf/kea-ddns.conf.env @@ -95,21 +95,6 @@ "loggers": [ { "name": "kea-dhcp-ddns", - "output-options": [ - { - "output": "stdout", - // Several additional parameters are possible in addition - // to the typical output. Flush determines whether logger - // flushes output to a file. Maxsize determines maximum - // filesize before the file is rotated. maxver - // specifies the maximum number of rotated files being - // kept. - "flush": true, - "maxsize": 204800, - "maxver": 4, - "pattern": "%d [%c/%i] %m\n" - } - ], "debuglevel": 0, "severity": "INFO" }