Alexander Nicolaysen Sørnes : cron: Temporarily disable error reporting
Module: appdb Branch: master Commit: 79df5bcdfcad75ac5f95ab648e375f55884a655f URL: http://source.winehq.org/git/appdb.git/?a=commit;h=79df5bcdfcad75ac5f95ab648... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Tue Jul 21 16:27:35 2009 +0200 cron: Temporarily disable error reporting --- cron/cleanup.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cron/cleanup.php b/cron/cleanup.php index 299c0b0..7c1fb25 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -17,7 +17,8 @@ inactiveUserCheck(); orphanVersionCheck(); /* report error log entries to admins and flush the error log after doing so */ -reportErrorLogEntries(); +// temporarily disabled - it apperas we have too many errors +// reportErrorLogEntries(); /* remove screenshots that are missing their screenshot and thumbnail files */ removeScreenshotsWithMissingFiles();
participants (1)
-
Alexander Nicolaysen Sørnes