Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 134514e

Browse files
authored
--tail is now the default
symfony log prod --tail Usage: symfony env:logs [options] [--] [<types>]... Arguments: types Options: --project=value, -p=value The project ID --environment=value, -e=value, --env=value The environment ID [$SYMFONY_BRANCH, $SYMFONY_ENVIRONMENT] --app=value, -a=value, -A=value, --apps=value The remote application names --worker=value The remote worker names --no-follow, --no-tail [default: false] --lines=value, -n=value [default: 10] --no-humanize Do not format JSON logs [default: false] --help, -h Show help [default: false] Incorrect usage: flag provided but not defined: -tail
1 parent 4dba4f9 commit 134514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/logs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ uncaught exceptions. It also contains your application logs if you log on
7070
.. code-block:: terminal
7171
7272
# tail on /app/app/logs/prod.log
73-
$ symfony log prod --tail
73+
$ symfony log prod
7474
7575
``cron.log``
7676
~~~~~~~~~~~~

0 commit comments

Comments
 (0)