Skip to content

Commit 9ebac69

Browse files
authored
TASK: Downgrade severity once more
1 parent 24ecec6 commit 9ebac69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/IndexingJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function execute(QueueInterface $queue, Message $message)
3030

3131
// Skip this iteration if the nodedata can not be fetched (deleted node)
3232
if (!$nodeData instanceof NodeData) {
33-
$this->log(sprintf('action=indexing step=failed node=%s message="Node data could not be loaded"', $node['identifier']), \LOG_WARNING);
33+
$this->log(sprintf('action=indexing step=skipped node=%s message="Node data could not be loaded"', $node['identifier']), \LOG_NOTICE);
3434
continue;
3535
}
3636

0 commit comments

Comments
 (0)