Skip to content

Commit

Permalink
Update WatchdogCommands.php (#6152)
Browse files Browse the repository at this point in the history
- Fixes #6148
  • Loading branch information
gitressa authored Oct 31, 2024
1 parent bd23517 commit 4e7fed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/core/WatchdogCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function __construct(protected Connection $connection)
#[CLI\Usage(name: 'drush watchdog:show --severity=Notice', description: 'Show a listing of most recent 10 messages with a severity of notice.')]
#[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.')]
#[CLI\Usage(name: 'drush watchdog:show --type=php', description: 'Show a listing of most recent 10 messages of type php')]
#[CLI\Usage(name: 'drush watchdog:show --filter="type!=locale"', description: 'Exclude rows via the negation operator !')]
#[CLI\FieldLabels(labels: [
'wid' => 'ID',
'type' => 'Type',
Expand Down

0 comments on commit 4e7fed6

Please sign in to comment.