mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Changed "logs" command name to "log".
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
/**
|
||||
* Tail log file.
|
||||
*/
|
||||
$app->command('logs [-f|--follow] [-l|--lines=] [key]', function ($follow, $lines, $key = null) {
|
||||
$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',
|
||||
|
||||
Reference in New Issue
Block a user