summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-11 14:00:26 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-08-11 12:14:13 +0000
commit08e2cd1437179fbf3f57a68d90f4ab4ec03788b8 (patch)
tree1c6248c0d8b483f3db6c58bb68694f32d428bbf8 /config
parentd06bf6d6318b3afc566bb5f578aa76423b9a66f7 (diff)
downloadnextcloud-server-08e2cd1437179fbf3f57a68d90f4ab4ec03788b8.tar.gz
nextcloud-server-08e2cd1437179fbf3f57a68d90f4ab4ec03788b8.zip
Fix default log_rotate_size in config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 5a2caaf979f..73ee71ce741 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -865,8 +865,8 @@ $CONFIG = [
'log_query' => false,
/**
- * Enables log rotation and limits the total size of logfiles. The default is 0,
- * or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
+ * Enables log rotation and limits the total size of logfiles. Set it to 0 for
+ * no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
* = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the
* old logfile reaches your limit. If a rotated log file is already present, it
* will be overwritten.