diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-08-17 11:14:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 11:14:12 +0200 |
commit | e37cf2d6f0d32a07ccb6b61cb522725820879eee (patch) | |
tree | ca8aa918e078ae91de2d4a0a50d0ab5e59f910eb /lib | |
parent | a53aa40b4ddf4c9f868ad03df7131ceee417f2c9 (diff) | |
parent | 1c38a83927ba318b1ef5115c0fe2fda0cdb5e454 (diff) | |
download | nextcloud-server-e37cf2d6f0d32a07ccb6b61cb522725820879eee.tar.gz nextcloud-server-e37cf2d6f0d32a07ccb6b61cb522725820879eee.zip |
Merge pull request #6158 from nextcloud/always-log-cron-execution
Always log cron execution
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Settings/Admin/Server.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Settings/Admin/Server.php b/lib/private/Settings/Admin/Server.php index 994d927aff0..f9512928e5e 100644 --- a/lib/private/Settings/Admin/Server.php +++ b/lib/private/Settings/Admin/Server.php @@ -130,7 +130,6 @@ class Server implements ISettings { // Background jobs 'backgroundjobs_mode' => $this->config->getAppValue('core', 'backgroundjobs_mode', 'ajax'), - 'cron_log' => $this->config->getSystemValue('cron_log', true), 'lastcron' => $this->config->getAppValue('core', 'lastcron', false), 'cronErrors' => $this->config->getAppValue('core', 'cronErrors'), 'cli_based_cron_possible' => function_exists('posix_getpwuid'), |