Skip to content

Commit

Permalink
Merge pull request #1438 from laravel/mes/drop-uninstalled-logs
Browse files Browse the repository at this point in the history
Drop Mailhog and Redis from default logs list, since Valet doesn't install them
  • Loading branch information
mattstauffer authored Aug 29, 2023
2 parents 11c6ae1 + e03de88 commit a6b94dc
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 a6b94dc

Please sign in to comment.