~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/logging/maxlogsize.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

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