Some update and Fixes for typos.
[kai/samba.git] / docs / docbook / smbdotconf / logging / syslog.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="SYSLOG"/>syslog (G)</term>
3                 <listitem><para>This parameter maps how Samba debug messages 
4                 are logged onto the system syslog logging levels. Samba debug 
5                 level zero maps onto syslog <constant>LOG_ERR</constant>, debug 
6                 level one maps onto <constant>LOG_WARNING</constant>, debug level 
7                 two maps onto <constant>LOG_NOTICE</constant>, debug level three 
8                 maps onto LOG_INFO. All higher levels are mapped to <constant>
9                 LOG_DEBUG</constant>.</para>
10
11                 <para>This parameter sets the threshold for sending messages 
12                 to syslog.  Only messages with debug level less than this value 
13                 will be sent to syslog.</para>
14
15                 <para>Default: <command moreinfo="none">syslog = 1</command></para>
16                 </listitem>
17                 </samba:parameter>