1 <samba:parameter name="syslog"
4 developer="1" advanced="1"
5 xmlns:samba="http://samba.org/common">
7 <para>This parameter maps how Samba debug messages
8 are logged onto the system syslog logging levels. Samba debug
9 level zero maps onto syslog <constant>LOG_ERR</constant>, debug
10 level one maps onto <constant>LOG_WARNING</constant>, debug level
11 two maps onto <constant>LOG_NOTICE</constant>, debug level three
12 maps onto LOG_INFO. All higher levels are mapped to <constant>
13 LOG_DEBUG</constant>.</para>
15 <para>This parameter sets the threshold for sending messages
16 to syslog. Only messages with debug level less than this value
17 will be sent to syslog.</para>
19 <value type="default">1</value>