From 73d108f4e8a0b3107c86a3b4755ad56e83d14b20 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 11 Apr 2018 03:35:58 +0200 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 ae371f351..963f9e44d 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -886,7 +886,7 @@ debugging, as your logfile will become huge. :: - 'log_rotate_size' => false, + '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 @@ -894,7 +894,7 @@ or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes old logfile reaches your limit. If a rotated log file is already present, it will be overwritten. -Defaults to ``0`` (no rotation) +Defaults to 100 MB Alternate Code Locations ------------------------