docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / logging / debugpid.xml
1 <samba:parameter name="debug pid"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7     When using only one log file for more then one forked <citerefentry><refentrytitle>smbd</refentrytitle>
8     <manvolnum>8</manvolnum></citerefentry>-process there may be hard to follow which process outputs which 
9     message. This boolean parameter is adds the process-id to the timestamp message headers in the
10     logfile when turned on.
11     </para>
12
13     <para>
14     Note that the parameter <smbconfoption name="debug timestamp"/> must be on for this to have an effect.
15     </para>
16 </description>
17 <value type="default">no</value>
18 </samba:parameter>