svn commit: samba-web r1168 - in trunk/DTD: .

kseeger at samba.org kseeger at samba.org
Thu Jan 10 08:15:30 GMT 2008


Author: kseeger
Date: 2008-01-10 08:15:28 +0000 (Thu, 10 Jan 2008)
New Revision: 1168

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

Log:
Remove the two new entities popt.common.samba.server and popt.common.samba.client. I did not work to split the debug section into two pieces because of the varlistentry end tags. Second try...

Karolin
Modified:
   trunk/DTD/samba.entities


Changeset:
Modified: trunk/DTD/samba.entities
===================================================================
--- trunk/DTD/samba.entities	2008-01-10 07:46:10 UTC (rev 1167)
+++ trunk/DTD/samba.entities	2008-01-10 08:15:28 UTC (rev 1168)
@@ -164,17 +164,35 @@
 <listitem>
 <para><replaceable>level</replaceable> is an integer 
 from 0 to 10. The default value if this parameter is 
-not specified is 0.</para>'>
+not specified is 0.</para>
 
+<para>The higher this value, the more detail will be 
+logged to the log files about the activities of the 
+server. At level 0, only critical errors and serious 
+warnings will be logged. Level 1 is a reasonable level for
+day-to-day running - it generates a small amount of 
+information about operations carried out.</para>
+
+<para>Levels above 1 will generate considerable 
+amounts of log data, and should only be used when 
+investigating a problem. Levels above 3 are designed for 
+use only by developers and generate HUGE amounts of log
+data, most of which is extremely cryptic.</para>
+
+<para>Note that specifying this parameter here will 
+override the <smbconfoption><name>log level</name></smbconfoption> parameter
+in the &smb.conf; file.</para>
+</listitem>
+</varlistentry>'>
+
 <!ENTITY stdarg.client.debug '
 <varlistentry>
 <term>-d|--debuglevel=level</term>
 <listitem>
 <para><replaceable>level</replaceable> is an integer 
 from 0 to 10. The default value if this parameter is 
-not specified is 1.</para>'>
+not specified is 1.</para>
 
-<!ENTITY stdarg.body.debug '
 <para>The higher this value, the more detail will be 
 logged to the log files about the activities of the 
 server. At level 0, only critical errors and serious 
@@ -229,16 +247,6 @@
 &stdarg.log-basename;
 '>
 
-<!ENTITY popt.common.samba.server '
-&stdarg.server.debug;
-&stdarg.body.debug;
-'>
-
-<!ENTITY popt.common.samba.client '
-&stdarg.client.debug;
-&stdarg.body.debug;
-'>
-
 <!ENTITY stdarg.resolve.order '
 <varlistentry>
 <term>-R &lt;name resolve order&gt;</term> 



More information about the samba-cvs mailing list