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.
2 parents 11c6ae1 + e03de88 commit a6b94dcCopy full SHA for a6b94dc
cli/app.php
@@ -728,8 +728,6 @@ function (ConsoleCommandEvent $event) {
728
$defaultLogs = [
729
'php-fpm' => BREW_PREFIX.'/var/log/php-fpm.log',
730
'nginx' => VALET_HOME_PATH.'/Log/nginx-error.log',
731
- 'mailhog' => BREW_PREFIX.'/var/log/mailhog.log',
732
- 'redis' => BREW_PREFIX.'/var/log/redis.log',
733
];
734
735
$configLogs = data_get(Configuration::read(), 'logs');
0 commit comments