summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>