summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-08-03 01:20:42 +0000
committerSimo Sorce <idra@samba.org>2002-08-03 01:20:42 +0000
commit65608eb58798e9bffc4e1410101dc8975723697c (patch)
tree7d9c1fcfa5e4668fa96dda14f108268a81ee05cb /docs
parent595145337ecd53441c1129d037be73c0f35fcb11 (diff)
downloadsamba-65608eb58798e9bffc4e1410101dc8975723697c.tar.gz
samba-65608eb58798e9bffc4e1410101dc8975723697c.tar.bz2
samba-65608eb58798e9bffc4e1410101dc8975723697c.zip
updates the log level parameter man section
can someone regenerate and commit the other formats? thanks (This used to be commit cfc03b9257feeec1ae4b4cbf19d5ddcdabade133)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index a9567b8b25..b8a6d0a314 100644
--- a/docs/docbook/manpages/smb.conf.5.sgml
+++ b/docs/docbook/manpages/smb.conf.5.sgml
@@ -3606,15 +3606,18 @@
<varlistentry>
<term><anchor id="LOGLEVEL">log level (G)</term>
- <listitem><para>The value of the parameter (an integer) allows
+ <listitem><para>The value of the parameter (a astring) allows
the debug level (logging level) to be specified in the
- <filename>smb.conf</filename> file. This is to give greater
+ <filename>smb.conf</filename> file. This parameter has been
+ extended since 2.2.x series, now it allow to specify the debug
+ level for multiple debug classes. This is to give greater
flexibility in the configuration of the system.</para>
<para>The default will be the log level specified on
the command line or level zero if none was specified.</para>
- <para>Example: <command>log level = 3</command></para></listitem>
+ <para>Example: <command>log level = 3 passdb:5 auth:10 winbind:2
+ </command></para></listitem>
</varlistentry>