X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.database.log.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.database.log.yml;h=fb23aaf64a3be0398a8ba91eb1602d0b75823745;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/debug.database.log.yml b/vendor/drupal/console-en/translations/debug.database.log.yml new file mode 100644 index 000000000..fb23aaf64 --- /dev/null +++ b/vendor/drupal/console-en/translations/debug.database.log.yml @@ -0,0 +1,17 @@ +description: 'Displays current log events for the application' +arguments: + event-id: 'DBLog event ID' +options: + asc: 'List events in ascending order' + limit: 'Limit results to a specific number' + offset: 'Starting point of a limit' + yml: 'Print in a yml style' +messages: + not-found: 'DBLog event "%s" wasn''t found' +examples: + - description: 'List all the entries on the log' + execution: | + drupal debug:database:log + - description: 'List specific log entry by Event ID' + execution: | + drupal debug:database:log 21228