Skip to content

Instantly share code, notes, and snippets.

@GuyPaddock
Created April 12, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuyPaddock/1ddb422e307a9ac25ba53236dbf280dd to your computer and use it in GitHub Desktop.
Save GuyPaddock/1ddb422e307a9ac25ba53236dbf280dd to your computer and use it in GitHub Desktop.
Drupal Watchdog Queries via CLI
# BUGBUG: Putting "username" in the field list crashes Drush
terminus drush SITE_ID.ENVIRONMENT watchdog:show -- \
--format=csv \
--count=1000 \
--extended \
--type=taxonomy \
--fields=date,wid,message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment