1 <samba:parameter name="log level"
4 developer="1" advanced="1"
5 xmlns:samba="http://samba.org/common">
6 <synonym>debuglevel</synonym>
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>
19 <value type="example">3 passdb:5 auth:10 winbind:2</value>