Skip to content

Commit b6482cf

Browse files
committed
Add debug message to component update
1 parent 0244cb6 commit b6482cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Controller/Index/Html.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public function execute(): ResultInterface|ResponseInterface
5656

5757
foreach ($updates as $update) {
5858
try {
59+
$debugMessage = 'Component update: '.$update['block']->getNameInLayout();
60+
$this->logger->debug($debugMessage);
61+
5962
$this->repositoryDispatcher->dispatch(
6063
$update['component'],
6164
$update['update']

0 commit comments

Comments
 (0)