1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Removed "php" and "mysql" log key/path values.

This commit is contained in:
James Furey
2019-04-13 12:32:57 +10:00
parent 12ca66ade1
commit 138df82aa2

View File

@@ -295,10 +295,8 @@
*/
$app->command('log [-f|--follow] [-l|--lines=] [key]', function ($follow, $lines, $key = null) {
$defaultLogs = [
'php' => VALET_HOME_PATH.'/Log/php.log',
'php-fpm' => '/usr/local/var/log/php-fpm.log',
'nginx' => VALET_HOME_PATH.'/Log/nginx-error.log',
'mysql' => VALET_HOME_PATH.'/Log/mysql.log',
'mailhog' => '/usr/local/var/log/mailhog.log',
'redis' => '/usr/local/var/log/redis.log',
];