]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix default log_rotate_size in config.sample.php 22191/head
authorMorris Jobke <hey@morrisjobke.de>
Tue, 11 Aug 2020 12:00:26 +0000 (14:00 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 11 Aug 2020 12:14:13 +0000 (12:14 +0000)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
config/config.sample.php

index ac27f42f1f7be64fa07d6cad208fac8ff3fe3813..2c4bb90d232db05d5b4b60280eb008ccbad884c1 100644 (file)
@@ -824,8 +824,8 @@ $CONFIG = array(
 '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.