Add documentation for new parameter 'debug class'.
authorKarolin Seeger <ks@samba.org>
Wed, 6 Feb 2008 11:57:16 +0000 (11:57 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:43 +0000 (08:47 -0500)
Karolin
(This used to be commit 5be6736093778b4839e767741d63f9bb7ba8a432)

docs/smbdotconf/logging/debugclass.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/logging/debugclass.xml b/docs/smbdotconf/logging/debugclass.xml
new file mode 100644 (file)
index 0000000..cc4b84a
--- /dev/null
@@ -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>