]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3752] Uncommented the flush entry
authorFrancis Dupont <fdupont@isc.org>
Fri, 3 Jul 2015 13:04:45 +0000 (15:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 3 Jul 2015 13:04:45 +0000 (15:04 +0200)
doc/guide/logging.xml

index e730fc9b75ae47d66616bce508dea940e905e710..0ac04265dd6688ebaaa307b33c88fd605ed0c1c8 100644 (file)
@@ -535,7 +535,6 @@ TODO; there's a ticket to determine these levels, see #1074
 
         </para>
 
-        <!-- configuration of flush is not supported yet.
         <section>
           <title>flush (true of false)</title>
 
@@ -546,7 +545,7 @@ TODO; there's a ticket to determine these levels, see #1074
             termination are output.
           </para>
 
-        </section> -->
+        </section>
 
         <section>
           <title>maxsize (integer)</title>
@@ -638,7 +637,7 @@ file be created.</para>
                     "output": "/var/log/kea-debug.log",
                     "maxver": 8,
                     "maxsize": 204800,
-                    "destination": "file"
+                    "flush": true
                 }
             ],
             "severity": "DEBUG",