3373f165d317e2f9ca432fff97e279467f2f082e
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / logging / maxlogsize.xml
1 <samba:parameter name="max log size"
2                                  type="integer"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7     This option (an integer in kilobytes) specifies the max size the log file should grow to. 
8     Samba periodically checks the size and if it is exceeded it will rename the file, adding 
9         a <filename moreinfo="none">.old</filename> extension.
10         </para>
11
12         <para>A size of 0 means no limit.
13         </para>
14 </description>
15 <value type="default">5000</value>
16 <value type="example">1000</value>
17 </samba:parameter>