mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
show error messages
this helps debugging failed jobs
This commit is contained in:
@@ -105,7 +105,7 @@ class cron extends CI_Controller {
|
||||
echo "CRON: " . $cron->id . " -> CURL Result: " . $crun . "\n";
|
||||
$status = 'healthy';
|
||||
} else {
|
||||
echo "ERROR: Something went wrong with " . $cron->id . "\n";
|
||||
echo "ERROR: Something went wrong with " . $cron->id . "; Message: " . $crun . "\n";
|
||||
$status = 'failed';
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user