mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Drop Mailhog and Redis from default logs list, since Valet doesn't install them
This commit is contained in:
@@ -728,8 +728,6 @@ function (ConsoleCommandEvent $event) {
|
||||
$defaultLogs = [
|
||||
'php-fpm' => BREW_PREFIX.'/var/log/php-fpm.log',
|
||||
'nginx' => VALET_HOME_PATH.'/Log/nginx-error.log',
|
||||
'mailhog' => BREW_PREFIX.'/var/log/mailhog.log',
|
||||
'redis' => BREW_PREFIX.'/var/log/redis.log',
|
||||
];
|
||||
|
||||
$configLogs = data_get(Configuration::read(), 'logs');
|
||||
|
||||
Reference in New Issue
Block a user