[SCM] CTDB repository - branch master updated - ctdb-1.0.85-23-g964530d

Ronnie Sahlberg sahlberg at samba.org
Tue Jun 30 23:05:40 GMT 2009


The branch, master has been updated
       via  964530d70ba2ca949380d30a0e3d622963a6206c (commit)
      from  421c0566094b91221fab2ea68f2c9bd35d5dfbcb (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 964530d70ba2ca949380d30a0e3d622963a6206c
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Jul 1 09:23:52 2009 +1000

    update the sysconfig to show setting the debuglevel using a string literal instead of a numeric value

-----------------------------------------------------------------------

Summary of changes:
 config/ctdb.sysconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/ctdb.sysconfig b/config/ctdb.sysconfig
index 3797879..c5731e9 100644
--- a/config/ctdb.sysconfig
+++ b/config/ctdb.sysconfig
@@ -184,8 +184,8 @@ CTDB_RECOVERY_LOCK="/some/place/on/shared/storage"
 # CTDB_LOGFILE=/var/log/log.ctdb
 
 # what debug level to run at. Higher means more verbose
-# the default is 2
-CTDB_DEBUGLEVEL=2
+# the default is ERR
+CTDB_DEBUGLEVEL=ERR
 
 # set any default tuning options for ctdb
 # use CTDB_SET_XXXX=value where XXXX is the name of the tuning


-- 
CTDB repository


More information about the samba-cvs mailing list