Skip to content
New issue

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

Drush does not log exception backtraces when invoked with --verbose #3635

Closed
deviantintegral opened this issue Jul 27, 2018 · 0 comments
Closed

Comments

@deviantintegral
Copy link
Contributor

Describe the bug
With --debug --verbose, only a single line is logged with the exception message, but not the exception type or backtrace:

For example, throwing \Exception in a queue worker results in:

[error] test message [106.39 sec, 26.12 MB]

Expected behavior

Drush should call setPassExceptions() on the command processor as introduced upstream at consolidation/annotated-command#103.

System Configuration

Q A
Drush version? 9.x
Drupal version? 8.x
PHP version 7.1
OS? Any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant