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