diff options
author | Michael Adam <obnox@samba.org> | 2009-08-28 13:01:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-09 09:52:14 +0200 |
commit | e80a7001ffce7acd5c0a5b913bdca186400bdecc (patch) | |
tree | 6ad02f3352d297e63350919ffe14ac21d3ff2c04 /ctdb/config/ctdb.sysconfig | |
parent | 4c78f88dff494b55607832d2dc353f25047c2df5 (diff) | |
download | samba-e80a7001ffce7acd5c0a5b913bdca186400bdecc.tar.gz samba-e80a7001ffce7acd5c0a5b913bdca186400bdecc.tar.xz samba-e80a7001ffce7acd5c0a5b913bdca186400bdecc.zip |
Introduce sysconfig variable CTDB_SYSLOG=yes/no (default "no").
This allows for controlling start of ctdbd with or without the option "--syslog"
from the sysconfig/ctdb file.
Michael
(This used to be ctdb commit 7bf9fff9139a4270496bddb97f9433bab87824bf)
Diffstat (limited to 'ctdb/config/ctdb.sysconfig')
-rw-r--r-- | ctdb/config/ctdb.sysconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index 004ada32c2..ca2b63fad1 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -187,6 +187,10 @@ CTDB_RECOVERY_LOCK="/some/place/on/shared/storage" # the default is ERR CTDB_DEBUGLEVEL=ERR +# Write debug messages to syslog instead of logfile? +# The default is not to use syslog. +# CTDB_SYSLOG=no + # set any default tuning options for ctdb # use CTDB_SET_XXXX=value where XXXX is the name of the tuning # variable |