Skip to content

Commit a6b94dc

Browse files
authored
Merge pull request #1438 from laravel/mes/drop-uninstalled-logs
Drop Mailhog and Redis from default logs list, since Valet doesn't install them
2 parents 11c6ae1 + e03de88 commit a6b94dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,6 @@ function (ConsoleCommandEvent $event) {
728728
$defaultLogs = [
729729
'php-fpm' => BREW_PREFIX.'/var/log/php-fpm.log',
730730
'nginx' => VALET_HOME_PATH.'/Log/nginx-error.log',
731-
'mailhog' => BREW_PREFIX.'/var/log/mailhog.log',
732-
'redis' => BREW_PREFIX.'/var/log/redis.log',
733731
];
734732

735733
$configLogs = data_get(Configuration::read(), 'logs');

0 commit comments

Comments
 (0)