[MonologBridge] Fix the server:log help --filter sample

This commit is contained in:
Maxime Steinhausser 2021-06-07 18:31:40 +02:00
parent a4dee4aaba
commit bc383215a3
2 changed files with 4 additions and 6 deletions

View File

@ -67,10 +67,9 @@ messages generated by your application:
<info>php %command.full_name%</info>
To get the information as a machine readable format, use the
<comment>--filter</> option:
To filter the log messages using any ExpressionLanguage compatible expression, use the <comment>--filter</> option:
<info>php %command.full_name% --filter=port</info>
<info>php %command.full_name% --filter="level > 200 or channel in ['app', 'doctrine']"</info>
EOF
)
;

View File

@ -69,10 +69,9 @@ messages generated by your application:
<info>php %command.full_name%</info>
To get the information as a machine readable format, use the
<comment>--filter</> option:
To filter the log messages using any ExpressionLanguage compatible expression, use the <comment>--filter</> option:
<info>php %command.full_name% --filter=port</info>
<info>php %command.full_name% --filter="level > 200 or channel in ['app', 'doctrine']"</info>
EOF
)
;