From 1c38a83927ba318b1ef5115c0fe2fda0cdb5e454 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 16 Aug 2017 20:55:38 +0200 Subject: Always log cron execution There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke --- config/config.sample.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config') 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 @@ -738,13 +738,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 -- cgit v1.2.3