Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.database.log.yml
1 description: 'Displays current log events for the application'
2 arguments:
3   event-id: 'DBLog event ID'
4 options:
5   asc: 'List events in ascending order'
6   limit: 'Limit results to a specific number'
7   offset: 'Starting point of a limit'
8   yml: 'Print in a yml style'
9 messages:
10   not-found: 'DBLog event "%s" wasn''t found'
11 examples:
12   - description: 'List all the entries on the log'
13     execution: |
14       drupal debug:database:log
15   - description: 'List specific log entry by Event ID'
16     execution: |
17       drupal debug:database:log 21228