drupal-debugging
Installation
SKILL.md
Drupal Debugging
Drush Log Watching
# Watch all errors
ddev drush ws --severity=error
# Last 20 entries
ddev drush ws --severity=error --count=20
# Watch all log levels
ddev drush ws --count=50
# Specific type
ddev drush ws --type=php --count=20