watchdog:tail¶
10.6+
Tail watchdog messages.
Examples¶
drush watchdog:tail
. Continuously tail watchdog messages.drush watchdog:tail "cron run successful"
. Continously tail watchdog messages, filtering on the string cron run successful.drush watchdog:tail --severity=Notice
. Continously tail watchdog messages, filtering severity of notice.drush watchdog:tail --type=php
. Continously tail watchdog messages, filtering on type equals php.
Arguments¶
- [substring]. A substring to look search in error messages.
Options¶
- --severity=SEVERITY. Restrict to messages of a given severity level.
- --type=TYPE. Restrict to messages of a given type.
- --extended. Return extended information about each message.
Aliases¶
- wd-tail
- wt
- watchdog-tail
Legend
- An argument or option with square brackets is optional.
- Any default value is listed at end of arg/option description.
- An ellipsis indicates that an argument accepts multiple values separated by a space.