lib: Modernize a DEBUG
[samba4-gss.git] / docs-xml / smbdotconf / logging / logfile.xml
blob07762ee06e0d219b7e4fbf46ee39c32343778a97
1 <samba:parameter name="log file"
2                  context="G"
3                  type="string"
4                  function="logfile"
5                  handler="handle_logfile"
6                  substitution="1"
7                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8 <description>
9     <para>
10     This option allows you to override the name of the Samba log file (also known as the debug file).
11     </para>
13     <para>
14     This option takes the standard substitutions, allowing you to have separate log files for each user or machine.
15     </para>
16 </description>
17 <value type="example">/usr/local/samba/var/log.%m</value>
18 </samba:parameter>