Using Verbose Output for Debugging Drupal Recipes
Brian Perry shared insights on the usefulness of verbose output when applying Drupal Recipes in a recent blog post. He explained that while automating the application of related recipes in a shell script, he encountered an issue where one recipe did not apply cleanly. To debug the problem, he used the `-v`
flag with the `drush recipe`
command, which provided detailed output beyond the standard confirmation message. The verbose output included installed modules, dependencies, and various bootstrap phases of Drupal’s execution, making it a faster alternative to manually reviewing source code or module pages in the admin UI. Brian noted that `-vv`
provides similar information while `-vvv`
adds more details that he did not find particularly useful. However, none of these options offer debug output for configuration actions, which he identified as a potential area for improvement. He concluded that using the `-v`
flag by default when applying new recipes provides a clearer understanding of what is being added to a Drupal site.
Source Reference
Image Attribution Disclaimer: At The Drop Times (TDT), we are committed to properly crediting photographers whose images appear in our content. Many of the images we use come from event organizers, interviewees, or publicly shared galleries under CC BY-SA licenses. However, some images may come from personal collections where metadata is lost, making proper attribution challenging.
Our purpose in using these images is to highlight Drupal, its events, and its contributors—not for commercial gain. If you recognize an image on our platform that is uncredited or incorrectly attributed, we encourage you to reach out to us at #thedroptimes channel on Drupal Slack.
We value the work of visual storytellers and appreciate your help in ensuring fair attribution. Thank you for supporting open-source collaboration!