source: vendor/current/docs-xml/smbdotconf/logging/logfile.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 615 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.