We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re: Environment Log Files on Pantheon
Priority: Low
In the section titled How can I access the Drupal event log? the drush watchdog commands are outdated.
New versions of Drush watchdog commands use an updated syntax.
terminus drush . -- watchdog-show terminus drush . -- watchdog-show --tail
terminus drush . -- watchdog:show terminus drush . -- watchdog:tail
The text was updated successfully, but these errors were encountered:
stevector
No branches or pull requests
Re: Environment Log Files on Pantheon
Priority: Low
Issue Description:
In the section titled How can I access the Drupal event log? the drush watchdog commands are outdated.
New versions of Drush watchdog commands use an updated syntax.
Suggested Resolution
Old commands
terminus drush . -- watchdog-show
terminus drush . -- watchdog-show --tail
New commands
terminus drush . -- watchdog:show
terminus drush . -- watchdog:tail
The text was updated successfully, but these errors were encountered: