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