svn commit: samba-docs r1237 - in trunk/smbdotconf/logging: .

kseeger at samba.org kseeger at samba.org
Wed Feb 6 11:57:16 GMT 2008


Author: kseeger
Date: 2008-02-06 11:57:16 +0000 (Wed, 06 Feb 2008)
New Revision: 1237

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1237

Log:
Add documentation for new parameter 'debug class'.

Karolin
Added:
   trunk/smbdotconf/logging/debugclass.xml


Changeset:
Added: trunk/smbdotconf/logging/debugclass.xml
===================================================================
--- trunk/smbdotconf/logging/debugclass.xml	2008-02-06 07:57:54 UTC (rev 1236)
+++ trunk/smbdotconf/logging/debugclass.xml	2008-02-06 11:57:16 UTC (rev 1237)
@@ -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>



More information about the samba-cvs mailing list