1
0
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:
James Furey
2019-04-13 12:31:36 +10:00
parent cb1136e7a6
commit 12ca66ade1

View File

@@ -293,7 +293,7 @@
/** /**
* Tail log file. * 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 = [ $defaultLogs = [
'php' => VALET_HOME_PATH.'/Log/php.log', 'php' => VALET_HOME_PATH.'/Log/php.log',
'php-fpm' => '/usr/local/var/log/php-fpm.log', 'php-fpm' => '/usr/local/var/log/php-fpm.log',