Next update of VFS modules development guide
[ira/wip.git] / docs-xml / smbdotconf / logging / debugpid.xml
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>