Commit 63504fc
committed
Allow output verbosity below normal
Since the cli verbosity is 'normal' most of the time using max was not
working if you want to use 'quiet' in your configuration file.
Now cli verbosity is ignored as long as it is normal. If it is set
manually, it overwrites the configuration file value.
So it is cli > config (but ignore normal)
Fixes #2761 parent 7f49012 commit 63504fc
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
0 commit comments