From 6011437633519a3fa2cb9c465d0e1bfb76ed7084 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 12 Aug 2020 03:39:22 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 6a266ebf3..e5f76f619 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1012,8 +1012,8 @@ debugging, as your logfile will become huge. 'log_rotate_size' => 100 * 1024 * 1024, -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.