diff options
author | kondou <kondou@ts.unde.re> | 2014-03-12 15:20:51 +0100 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-03-12 15:20:51 +0100 |
commit | 547b5634646b0556462233f8cac37a41d63a44fb (patch) | |
tree | 1a3ed523663c786496e37dca5929c544b945e92e /config | |
parent | ce790119aea4a1cec2e8d8e8b493fec00b87693f (diff) | |
download | nextcloud-server-547b5634646b0556462233f8cac37a41d63a44fb.tar.gz nextcloud-server-547b5634646b0556462233f8cac37a41d63a44fb.zip |
Log last cron execution
Fixes #2012
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 987a866e49b..891c2eb5fa1 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -178,6 +178,9 @@ $CONFIG = array( /* Enable or disable the logging of IP addresses in case of webform auth failures */ "log_authfailip" => false, +/* Whether ownCloud should log the last successfull cron exec */ +"cron_log" => true, + /* Whether http-basic username must equal username to login */ "basic_auth" => true, |