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

enable verbosity for OutputWrite #859

Closed
wants to merge 1 commit into from

Conversation

mssimi
Copy link

@mssimi mssimi commented Sep 15, 2019

Q A
Type improvement
BC Break no
Fixed issues #834

Summary

migrations:migrate now shows less info, to show detailed output use option -v (verbose).

Example output:

97v8wEy

@stof
Copy link
Member

stof commented Sep 30, 2019

I'm not sure using the Symfony Console verbosity constant in the API of the OutputWriter is the right choice, given that this API does not depend on symfony/console at all currently. I think we rather need an API exposed for OutputWriter explicitly, and deal with the Symfony Console verbosity constant only in the glue layer.

@lcobucci
Copy link
Member

This class is being removed in #858 so we shouldn't keep this. Thanks @mssimi for your work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants