drush watchdog:showfor drush 9x


Show watchdog messages.

drush watchdog:show

  • Aliases


    watchdog:show has 3 alias/es:


    drush wd-show

    drush ws

    drush watchdog-show

  • Arguments


    watchdog:show accepts 1 argument/s:


    substring : A substring to look search in error messages.

  • Options


    watchdog:show accepts 10 option/s:


    --format

    --format : format

    --count

    --count : count

    --severity

    --severity : severity

    --type

    --type : type

    --extended

    --extended : extended

    --fields

    --fields : fields

    --field

    --field : field

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Show a listing of most recent 10 messages.

    drush watchdog-show

    Show a listing of most recent 10 messages containing the string "cron run succesful".

    drush watchdog:show "cron run succesful"

    Show a listing of most recent 46 messages.

    drush watchdog:show --count=46

    Show a listing of most recent 10 messages with a severity of notice.

    drush watchdog:show --severity=Notice

    Show a listing of most recent 10 messages of type php

    drush watchdog:show --type=php

  • Comments


    comments powered by Disqus