Skip to content

Commit 4e7fed6

Browse files
authored
Update WatchdogCommands.php (#6152)
- Fixes #6148
1 parent bd23517 commit 4e7fed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/core/WatchdogCommands.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function __construct(protected Connection $connection)
5353
#[CLI\Usage(name: 'drush watchdog:show --severity=Notice', description: 'Show a listing of most recent 10 messages with a severity of notice.')]
5454
#[CLI\Usage(name: 'drush watchdog:show --severity-min=Warning', description: 'Show a listing of most recent 10 messages with a severity of warning or higher.')]
5555
#[CLI\Usage(name: 'drush watchdog:show --type=php', description: 'Show a listing of most recent 10 messages of type php')]
56+
#[CLI\Usage(name: 'drush watchdog:show --filter="type!=locale"', description: 'Exclude rows via the negation operator !')]
5657
#[CLI\FieldLabels(labels: [
5758
'wid' => 'ID',
5859
'type' => 'Type',

0 commit comments

Comments
 (0)