From 16938ca445f559d561c2d38b99d6e913d50c2691 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 11 Aug 2020 14:00:26 +0200 Subject: [PATCH] Fix default log_rotate_size in config.sample.php Signed-off-by: Morris Jobke --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index ac27f42f1f7..2c4bb90d232 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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. -- 2.39.5