Skip to content

Commit

Permalink
Drop invalid config
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Mar 27, 2024
1 parent b5d9fc1 commit 6c36295
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions conf/kea-ddns.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6c36295

Please sign in to comment.