fix(legacy): add log entry on task run (#2316)
This commit is contained in:
parent
f8630e7a24
commit
13852ad7a7
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ final class TaskManager
|
|||
{
|
||||
$task = TaskFactory::getTask($taskName);
|
||||
if ($task && $task->shouldBeRun()) {
|
||||
Logging::debug("running task {$taskName}");
|
||||
$task->run();
|
||||
}
|
||||
// Mark that the task has been checked/run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue