Use INFO as default logging level for crons

This commit is contained in:
Sebastian Grewe 2013-07-12 19:42:43 +02:00
parent 015da23d8e
commit b64ef5a489

View File

@ -39,7 +39,7 @@ require_once(BASEPATH . 'include/config/global.inc.php');
require_once(INCLUDE_DIR . '/autoloader.inc.php');
// Load 3rd party logging library for running crons
$log = new KLogger ( 'logs/' . $cron_name . '.txt' , KLogger::DEBUG );
$log = new KLogger ( 'logs/' . $cron_name . '.txt' , KLogger::INFO );
$log->LogDebug('Starting ' . $cron_name);
// Load the start time for later runtime calculations for monitoring