syncing tree with SAMBA_3_0
[Samba.git] / docs / docbook / smbdotconf / logging / syslog.xml
blob0fdf07004589432cf0e77cddddf1174a13c97f92
1 <samba:parameter name="syslog"
2                  context="G"
3                  developer="1" advanced="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
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>
19 </listitem>
20 </samba:parameter>