blob: a1174546d4fae9c82e4b1e77248bb57d9f328dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<samba:parameter name="log file"
context="G"
type="string"
developer="1" advanced="1"
function="logfile"
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>
|