-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Improved the explanation about the verbosity levels of the console #5442
Conversation
javiereguiluz
commented
Jun 26, 2015
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | all |
Fixed tickets | - |
@@ -173,22 +173,18 @@ Verbosity Levels | |||
The ``VERBOSITY_VERY_VERBOSE`` and ``VERBOSITY_DEBUG`` constants were introduced | |||
in version 2.3 | |||
|
|||
The console has 5 levels of verbosity. These are defined in the | |||
The console has five levels of verbosity. These are defined in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
five verbosity levels.
Is this related to #5443? |
``OutputInterface::VERBOSITY_VERBOSE`` Increased verbosity of messages ``-v`` | ||
``OutputInterface::VERBOSITY_VERY_VERBOSE`` Informative non essential messages ``-vv`` | ||
``OutputInterface::VERBOSITY_DEBUG`` Debug messages ``-vvv`` | ||
=========================================== ================================== ====================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's an additional =
I've made all the required changes. If you agree with it, we can label it as |
👍 reads well |
This is wonderful. Thanks Javier! |
…e console (javiereguiluz) This PR was merged into the 2.3 branch. Discussion ---------- Improved the explanation about the verbosity levels of the console | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - Commits ------- 7ca24ed Fixed RST table syntax 0eac43d Reverted an unneeded change 38bc075 Minor reword bdc5ef2 Improved the explanation about the verbosity levels of the console