Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / logging / syslog.xml
blob5f67a02c0fec49bc0ca92f8331b13f42a49630fd
1 <samba:parameter name="syslog"
2                  context="G"
3                                  type="integer"
4                  developer="1" advanced="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
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>
18 </description>
19 <value type="default">1</value>
20 </samba:parameter>