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:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user