diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 71d1aa3a02c..9f6ef668c5e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -739,13 +739,6 @@ $CONFIG = array( 'log_query' => false, /** - * Log successful cron runs. - * - * Defaults to ``true`` - */ -'cron_log' => true, - -/** * 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 * = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the |