a5812dccb391dc83b9c4a9bcc51e22b89beaabba
[yaffs-website] / vendor / drupal / console-en / translations / database.log.clear.yml
1 description: 'Remove events from DBLog table, filters are available'
2 arguments:
3     event-id: 'DBLog event ID'
4 options:
5     type: 'Filter events by a specific type'
6     severity: 'Filter events by a specific level of severity'
7     user-id: 'Filter events by a specific user id'
8 messages:
9     event-deleted: 'Event "%s" was deleted'
10     clear-error: 'Clear process fail, please check used filters'
11     clear-sucess: 'Clear of events was successfully'
12 examples:
13     - description: 'Clear the database log from DBLog table'
14       execution: |
15         drupal database:log:clear \
16           <database>
17     - description: 'Clear the database log from DBLog table using filters'
18       execution: |
19         drupal database:log:clear \
20           <database> \
21           --type=TYPE \
22           --severity=SEVERITY