source: branches/samba-3.2.x/docs-xml/smbdotconf/logging/debugpid.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 766 bytes
Line 
1<samba:parameter name="debug pid"
2 context="G"
3 type="boolean"
4 developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 When using only one log file for more then one forked <citerefentry><refentrytitle>smbd</refentrytitle>
9 <manvolnum>8</manvolnum></citerefentry>-process there may be hard to follow which process outputs which
10 message. This boolean parameter is adds the process-id to the timestamp message headers in the
11 logfile when turned on.
12 </para>
13
14 <para>
15 Note that the parameter <smbconfoption name="debug timestamp"/> must be on for this to have an effect.
16 </para>
17</description>
18<value type="default">no</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.