This commit is contained in:
2022-10-01 12:42:57 +02:00
parent 8a097b5956
commit bcfea0cfad
5 changed files with 8 additions and 118 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function execute($taskName) {
}
catch (Exception $ex) {
logInfo("Task $taskName failed execution");
var_dump($taskName);
var_dump($ex);
}
}