[Box Backup-commit] COMMIT r1296 - box/chris/general/lib/backupclient

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Wed, 21 Feb 2007 00:12:02 +0000


Author: chris
Date: 2007-02-21 00:12:02 +0000 (Wed, 21 Feb 2007)
New Revision: 1296

Modified:
   box/chris/general/lib/backupclient/BackupDaemonConfigVerify.cpp
Log:
Add ExtendedLogFile and LogAllFileAccess config options


Modified: box/chris/general/lib/backupclient/BackupDaemonConfigVerify.cpp
===================================================================
--- box/chris/general/lib/backupclient/BackupDaemonConfigVerify.cpp	2007-02-21 00:07:02 UTC (rev 1295)
+++ box/chris/general/lib/backupclient/BackupDaemonConfigVerify.cpp	2007-02-21 00:12:02 UTC (rev 1296)
@@ -81,7 +81,9 @@
 	{"FileTrackingSizeThreshold", 0, ConfigTest_Exists | ConfigTest_IsInt, 0},
 	{"DiffingUploadSizeThreshold", 0, ConfigTest_Exists | ConfigTest_IsInt, 0},
 	{"StoreHostname", 0, ConfigTest_Exists, 0},
-	{"ExtendedLogging",	"no", ConfigTest_IsBool, 0},			// make value "yes" to enable in config file
+	{"ExtendedLogging",	"no", ConfigTest_IsBool, 0}, // extended log to syslog
+	{"ExtendedLogFile",	NULL, 0, 0}, // extended log to a file
+	{"LogAllFileAccess", "no", ConfigTest_IsBool, 0},
 
 	{"CommandSocket", 0, 0, 0},				// not compulsory to have this
 	{"KeepAliveTime", 0, ConfigTest_IsInt, 0},				// optional