From 01b9683dddc2cb42edf4fe2193ef59ce3cc41d6c Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 31 Jul 2014 15:53:48 -0500 Subject: Options: Fix default "Log to syslog" value This changes makes the default value match what is specified by the documentation. Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Options/Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Options/Common.py b/src/lib/Bcfg2/Options/Common.py index 9ba08eb87..8f5cf8f06 100644 --- a/src/lib/Bcfg2/Options/Common.py +++ b/src/lib/Bcfg2/Options/Common.py @@ -94,7 +94,7 @@ class Common(object): #: Log to syslog syslog = BooleanOption( - cf=('logging', 'syslog'), help="Log to syslog") + cf=('logging', 'syslog'), help="Log to syslog", default=True) #: Server location location = Option( -- cgit v1.2.3-1-g7c22