summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/logging/logfile.xml
blob: 838d302b7baecd4f33bb5cfa8d920c4af92e83ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<samba:parameter name="log file"
                 context="G"
				 type="string"
                 developer="1" advanced="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para>
    This option allows you to override the name of the Samba log file (also known as the debug file).
    </para>

    <para>
    This option takes the standard substitutions, allowing you to have separate log files for each user or machine.
    </para>
</description>
<value type="example">/usr/local/samba/var/log.%m</value>
</samba:parameter>