This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- webroot/vendor/magento/framework/Setup/ConsoleLogger.php 2020-06-02 17:09:24.000000000 -0500 | |
+++ webroot/vendor/magento/framework/Setup/ConsoleLogger.php 2020-06-02 17:23:51.000000000 -0500 | |
@@ -67,7 +67,7 @@ | |
public function log($message) | |
{ | |
$this->terminateLine(); | |
- $this->console->writeln('<detail>' . $message . '</detail>'); | |
+ $this->console->writeln('<detail>' . $this->logPrefix() . $message . '</detail>'); | |
} | |