pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
[amitay/samba.git] / docs-xml / smbdotconf / logging / logfile.xml
1 <samba:parameter name="log file"
2                  context="G"
3                  type="string"
4                  function="logfile"
5                  handler="handle_logfile"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8     <para>
9     This option allows you to override the name of the Samba log file (also known as the debug file).
10     </para>
11
12     <para>
13     This option takes the standard substitutions, allowing you to have separate log files for each user or machine.
14     </para>
15 </description>
16 <value type="example">/usr/local/samba/var/log.%m</value>
17 </samba:parameter>