summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/logging/maxlogsize.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/logging/maxlogsize.xml')
-rw-r--r--docs/docbook/smbdotconf/logging/maxlogsize.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/logging/maxlogsize.xml b/docs/docbook/smbdotconf/logging/maxlogsize.xml
new file mode 100644
index 0000000000..117410b18c
--- /dev/null
+++ b/docs/docbook/smbdotconf/logging/maxlogsize.xml
@@ -0,0 +1,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>