We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d55a06 commit 7b0776dCopy full SHA for 7b0776d
app/code/Magento/Elasticsearch/Setup/Validator.php
@@ -44,7 +44,7 @@ public function validate(): array
44
echo "<pre>$output</pre>";
45
46
47
- $output = shell_exec("cat /var/log/elasticsearch/elasticsearch.log");
+ $output = shell_exec("sudo cat /var/log/elasticsearch/elasticsearch.log");
48
49
50
$client = $this->clientResolver->create();
0 commit comments