mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add debug logging for cron execution status
This commit is contained in:
@@ -87,7 +87,7 @@ class cron extends CI_Controller {
|
||||
if ($isdue == true) {
|
||||
$isdue_result = 'true';
|
||||
|
||||
// TODO Add log_message level debug here to have logging for the cron manager
|
||||
log_message('debug', 'CRON: ' . $cron->id . ' is due and will be executed.');
|
||||
|
||||
echo "CRON: " . $cron->id . " -> is due: " . $isdue_result . "\n";
|
||||
echo "CRON: " . $cron->id . " -> RUNNING...\n";
|
||||
|
||||
Reference in New Issue
Block a user