summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2008-02-06 11:57:16 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:43 -0500
commit51173ec16bcfc66658097e06ddea1d00d7f7cc9d (patch)
tree4dfcc1a44788fee910423033033b926196f795bd /docs
parent6888cf471d13ab2cee075c03e61cd40ac3369b13 (diff)
downloadsamba-51173ec16bcfc66658097e06ddea1d00d7f7cc9d.tar.gz
samba-51173ec16bcfc66658097e06ddea1d00d7f7cc9d.tar.bz2
samba-51173ec16bcfc66658097e06ddea1d00d7f7cc9d.zip
Add documentation for new parameter 'debug class'.
Karolin (This used to be commit 5be6736093778b4839e767741d63f9bb7ba8a432)
Diffstat (limited to 'docs')
-rw-r--r--docs/smbdotconf/logging/debugclass.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/smbdotconf/logging/debugclass.xml b/docs/smbdotconf/logging/debugclass.xml
new file mode 100644
index 0000000000..cc4b84acd7
--- /dev/null
+++ b/docs/smbdotconf/logging/debugclass.xml
@@ -0,0 +1,18 @@
+<samba:parameter name="debug class"
+ context="G"
+ type="boolean"
+ developer="1" advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ With this boolean parameter enabled, the debug class (DBGC_CLASS)
+ will be displayed in the debug header.
+ </para>
+ <para>
+ For more information about currently available debug classes, see
+ section about <smbconfoption name="log level"/>.
+ </para>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>