]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
added pattern field to config files in src/bin/keactrl/*conf.pre but commented to... 834-add-pattern-field-to-config-files-in-src-bin-keactrl-conf-pre-but-comment
authorMichal Nowikowski <godfryd@isc.org>
Wed, 14 Aug 2019 12:24:44 +0000 (14:24 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Wed, 14 Aug 2019 14:40:34 +0000 (16:40 +0200)
src/bin/keactrl/kea-ctrl-agent.conf.pre
src/bin/keactrl/kea-dhcp-ddns.conf.pre
src/bin/keactrl/kea-dhcp4.conf.pre
src/bin/keactrl/kea-dhcp6.conf.pre
src/bin/keactrl/kea-netconf.conf.pre

index 0563a3a4c74a37576ceec0d09b48cff2ca5f197c..dae8d740503d696639a1c025bdead7976791eee8 100644 (file)
                 // Any other value is considered a name of a time
                 "output": "@localstatedir@/log/kea-ctrl-agent.log"
 
+                // Shorter log pattern suitable for use with systemd,
+                // avoids redundant information
+                // "pattern": "%-5p %m\n"
+
                 // This governs whether the log output is flushed to disk after
                 // every write.
                 // "flush": false,
index cc75cf1eb1fe28d32b9445e59a0300bf0d1b1954..042ac5237d9cdb899537d9de40a19ec34af6226f 100644 (file)
                 // Any other value is considered a name of a time
                 "output": "@localstatedir@/log/kea-ddns.log"
 
+                // Shorter log pattern suitable for use with systemd,
+                // avoids redundant information
+                // "pattern": "%-5p %m\n"
+
                 // This governs whether the log output is flushed to disk after
                 // every write.
                 // "flush": false,
index ccfdba53f69f975936c65ebe1e78ff1fb6940361..ad4e334b86925fcdbbd9e69f93ad159bec2181f8 100644 (file)
                 // Any other value is considered a name of a time
                 "output": "@localstatedir@/log/kea-dhcp4.log"
 
+                // Shorter log pattern suitable for use with systemd,
+                // avoids redundant information
+                // "pattern": "%-5p %m\n"
+
                 // This governs whether the log output is flushed to disk after
                 // every write.
                 // "flush": false,
index 36aa474cb33af09163d11534a5dca22b5a5ace33..29f52d2a8e3fa9d95df98d65b432a5d57de36e46 100644 (file)
                 // Any other value is considered a name of a time
                 "output": "@localstatedir@/log/kea-dhcp6.log"
 
+                // Shorter log pattern suitable for use with systemd,
+                // avoids redundant information
+                // "pattern": "%-5p %m\n"
+
                 // This governs whether the log output is flushed to disk after
                 // every write.
                 // "flush": false,
index 6cd84acc6ccec2793893ea14e72606795a215dbf..e6f38812d81a0c4c265103ce1643bf3842d3497e 100644 (file)
                 // Any other value is considered a name of a time
                 "output": "@localstatedir@/log/kea-netconf.log"
 
+                // Shorter log pattern suitable for use with systemd,
+                // avoids redundant information
+                // "pattern": "%-5p %m\n"
+
                 // This governs whether the log output is flushed to disk after
                 // every write.
                 // "flush": false,