summaryrefslogtreecommitdiffstats
path: root/src/bin/cfgmgr
diff options
context:
space:
mode:
authorStephen Morris <stephen@isc.org>2011-12-12 12:16:13 +0100
committerStephen Morris <stephen@isc.org>2011-12-12 12:16:13 +0100
commit07d2c46d78d35556a3e83f490eaa1aee9563e494 (patch)
tree5b4c8bb32820e5617e19d1554f0918881cd46222 /src/bin/cfgmgr
parentFix for cppcheck (after 1238 merge) (diff)
downloadkea-07d2c46d78d35556a3e83f490eaa1aee9563e494.tar.xz
kea-07d2c46d78d35556a3e83f490eaa1aee9563e494.zip
[1405] Make default "flush" option for logging "true"
By default, the logging layer should now flush after each message.
Diffstat (limited to 'src/bin/cfgmgr')
-rw-r--r--src/bin/cfgmgr/plugins/logging.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/cfgmgr/plugins/logging.spec b/src/bin/cfgmgr/plugins/logging.spec
index e377b0eb0d..da20ce5091 100644
--- a/src/bin/cfgmgr/plugins/logging.spec
+++ b/src/bin/cfgmgr/plugins/logging.spec
@@ -57,7 +57,7 @@
{ "item_name": "flush",
"item_type": "boolean",
"item_optional": false,
- "item_default": false
+ "item_default": true
},
{ "item_name": "maxsize",
"item_type": "integer",