blob: 117410b18c9d0b10ce02a4bb5c15e0f4ece1c1eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="MAXLOGSIZE"/>max log size (G)</term>
<listitem><para>This option (an integer in kilobytes) specifies
the max size the log file should grow to. Samba periodically checks
the size and if it is exceeded it will rename the file, adding
a <filename moreinfo="none">.old</filename> extension.</para>
<para>A size of 0 means no limit.</para>
<para>Default: <command moreinfo="none">max log size = 5000</command></para>
<para>Example: <command moreinfo="none">max log size = 1000</command></para>
</listitem>
</samba:parameter>
|