Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / logging / loglevel.xml
blobc023a71c73afc6b73d13d24bdd3134bbf8a3d0f3
1 <samba:parameter name="log level"
2                                  type="string"
3                  context="G"
4                  developer="1" advanced="1"
5                  xmlns:samba="http://samba.org/common">
6 <synonym>debuglevel</synonym>
7 <description>
8     <para>The value of the parameter (a astring) allows 
9     the debug level (logging level) to be specified in the 
10     <filename moreinfo="none">smb.conf</filename> file. This parameter has been
11     extended since the 2.2.x series, now it allow to specify the debug
12     level for multiple debug classes. This is to give greater 
13     flexibility in the configuration of the system.</para>
15     <para>The default will be the log level specified on 
16     the command line or level zero if none was specified.</para>
18 </description>
19 <value type="example">3 passdb:5 auth:10 winbind:2</value>
20 </samba:parameter>