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.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/docbook/smbdotconf/logging/maxlogsize.xml b/docs/docbook/smbdotconf/logging/maxlogsize.xml
deleted file mode 100644
index 6e0ec6735a..0000000000
--- a/docs/docbook/smbdotconf/logging/maxlogsize.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<samba:parameter name="max log size"
- context="G"
- developer="1" advanced="1"
- xmlns:samba="http://samba.org/common">
-<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>