summaryrefslogtreecommitdiff
path: root/ctdb/doc
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-11-23 21:36:36 +1100
committerMartin Schwenke <martins@samba.org>2016-12-05 08:09:22 +0100
commit657f2c687c60af18ba32a7612da354109cb6e400 (patch)
treebcbe1e216f081e25b65e1027c5e4b24d2768ab7c /ctdb/doc
parent4f9d50e2e3d1ad075cc79bf2128fb68b395dbc72 (diff)
downloadsamba-657f2c687c60af18ba32a7612da354109cb6e400.tar.gz
ctdb-scripts: Update CTDB_SCRIPT_DEBUGLEVEL to be symbolic
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/doc')
-rw-r--r--ctdb/doc/ctdbd.conf.5.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ctdb/doc/ctdbd.conf.5.xml b/ctdb/doc/ctdbd.conf.5.xml
index 0a653146495..bbc02c63e86 100644
--- a/ctdb/doc/ctdbd.conf.5.xml
+++ b/ctdb/doc/ctdbd.conf.5.xml
@@ -1697,15 +1697,15 @@ CTDB_SET_MonitorInterval=20
</varlistentry>
<varlistentry>
- <term>CTDB_SCRIPT_DEBUGLEVEL=<parameter>NUM</parameter></term>
+ <term>CTDB_SCRIPT_DEBUGLEVEL=<parameter>DEBUGLEVEL</parameter></term>
<listitem>
<para>
- NUM is the level debugging messages printed by CTDB
- scripts. Setting this to a higher number (e.g. 4) will
+ DEBUGLEVEL is the level debugging messages printed by CTDB
+ scripts. Setting this to a higher level (e.g. DEBUG) will
cause some scripts to log more messages.
</para>
<para>
- Default is 2.
+ Default is NOTICE.
</para>
</listitem>
</varlistentry>