d7d80c6146562da2774b0b5bdd27f789281c5bc8
[yaffs-website] / vendor / drupal / console-en / translations / database.log.poll.yml
1 description: 'Poll the watchdog and print new log entries every x seconds'
2 arguments:
3     duration: 'Duration in seconds which to sleep between database reads'
4 messages:
5     warning: | 
6                 Do not use in production environments
7                 As this script blocks you are advised to only run it on vm's with multiple cores for performance reasons
8                 Stop this polling mechanism before you clean/truncate the watchdog table!
9                 Quit with ^C
10 examples:
11     - description: 'Print the log entries on screen every x seconds'
12       execution: |
13         drupal database:log:poll \
14           100