-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] Add higher verbosity levels #6066
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
Labels
Comments
I'll create a PR for this but to be clear: Right? |
I would have seen it the other way, because to me DEBUG is the lowest level info you can get. I agree VERY_VERBOSE is a crappy name, but I couldn't come up with anything better, if you do feel free to pick something else :) |
please ping me if this gets merged, I'll update the docs |
dlsniper
added a commit
to dlsniper/symfony
that referenced
this issue
Apr 11, 2013
fabpot
added a commit
that referenced
this issue
Apr 25, 2013
This PR was merged into the master branch. Discussion ---------- [Console] Add more verbosity levels | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #6066 | License | MIT | Doc PR | symfony/symfony-docs#2554 This adds new verbosity levels. Replaces #7626 /cc @dlsniper Commits ------- 02c2038 Fix tests 5327ec4 Add notes in UPGRADE and CHANGELOG 77c9791 [Console] Add tests and support for more types of inputs 54c1377 [Console] Handle new verbosity levels e639686 Revert invalid changes 8f4d376 Removed unused options 5bb4163 Fixed tests b62d35f Fix handling of --verbose=... and BC break 16cdb61 Added more verbosity levels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there should be new VERBOSITY_VERY_VERBOSE and VERBOSITY_DEBUG levels added to https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Output/OutputInterface.php#L27 and the application should accept by default levels via
-v
,-vv
and-vvv
. Not sure if the last bit is already support by the Console component or not.For information the verbosity is handled in the Application
The text was updated successfully, but these errors were encountered: