Skip to content

Commit

Permalink
Drop Mailhog and Redis from default logs list, since Valet doesn't in…
Browse files Browse the repository at this point in the history
…stall them
  • Loading branch information
mattstauffer committed Aug 27, 2023
1 parent 9a4a7a1 commit e03de88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e03de88

Please sign in to comment.