Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-16 21:55:38 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-17 10:45:11 +0300
commit1c38a83927ba318b1ef5115c0fe2fda0cdb5e454 (patch)
tree6d2ce15eb24ffb1debefe5236bb69ce01763a08c /config
parentf0eb882c2e72e1c855ec3ddc0dfe87936babbd76 (diff)
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 <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php7
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