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

Commit 7aaea96

Browse files
committed
[MonologBridge] Fix the server:log help --filter sample
1 parent 2f58db9 commit 7aaea96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Command/ServerLogCommand.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ protected function configure()
6969
7070
<info>php %command.full_name%</info>
7171
72-
To get the information as a machine readable format, use the
73-
<comment>--filter</> option:
72+
To filter the log messages using any ExpressionLanguage compatible expression, use the <comment>--filter</> option:
7473
75-
<info>php %command.full_name% --filter=port</info>
74+
<info>php %command.full_name% --filter="level > 200 or channel in ['app', 'doctrine']"</info>
7675
EOF
7776
)
7877
;

0 commit comments

Comments
 (0)