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