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

Report which script is launced when verbose #65

Open
hansfn opened this issue Dec 16, 2016 · 2 comments
Open

Report which script is launced when verbose #65

hansfn opened this issue Dec 16, 2016 · 2 comments

Comments

@hansfn
Copy link

hansfn commented Dec 16, 2016

Hi!

I think the launcher debug output - "Using the Drush script found at [...] using pcntl_exec" - from Drush is very useful. I wasn't able to get similar output from the Drupal Console launcher.

@jmolivas
Copy link
Member

@hansfn How can I get that output using Drush to see what you are commenting, can you also add an screenshot?

@hansfn
Copy link
Author

hansfn commented Dec 21, 2016

One example comparing output from Drupal Console with "-vvv" and Drush with "-debug":

$ drupal -vvv about

Drupal Console (1.0.0-rc11)
[... cut additional info ...]

$ drush --debug version
Using the Drush script found at /path_to_d8_site/vendor/drush/drush/drush.launcher using pcntl_exec
[ ... cut more debug info ... ]
 Drush Version   :  8.1.8

Command dispatch complete [0.28 sec, 5.44 MB] 

davidgrayston pushed a commit to dennisinteractive/drupal-console-launcher that referenced this issue Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants