diff --git a/vendor/magento/module-backend/Model/Menu/Director/Director.php b/vendor/magento/module-backend/Model/Menu/Director/Director.php --- a/vendor/magento/module-backend/Model/Menu/Director/Director.php +++ b/vendor/magento/module-backend/Model/Menu/Director/Director.php @@ -30,9 +30,9 @@ { $command = $this->_commandFactory->create($data['type'], ['data' => $data]); if (isset($this->_messagePatterns[$data['type']])) { - $logger->info( - sprintf($this->_messagePatterns[$data['type']], $command->getId()) - ); + // $logger->info( + // sprintf($this->_messagePatterns[$data['type']], $command->getId()) + // ); } return $command; }