Closed bradzacher closed 8 years ago
I wanted a way to silence the all but the most important logs, to reduce a bit of the clutter in my command window.
Verbose is now a Number option:
0
1
2
Has handling for converting the old boolean property value to the Number value:
false
true
@ssreekanth changes made and tested okay
@ssreekanth - sorry, i cooked a bad batch of copy pasta
@bradzacher Merged. Thank you! 👍
I wanted a way to silence the all but the most important logs, to reduce a bit of the clutter in my command window.
Verbose is now a Number option:
0
= warnings1
= warnings + info2
= warnings + info + verboseHas handling for converting the old boolean property value to the Number value:
false
maps to1
true
maps to2