cli-property-manager icon indicating copy to clipboard operation
cli-property-manager copied to clipboard

Enhancement: add --debug, and refine verbose

Open javiergarza opened this issue 6 years ago • 1 comments

Today if you add the --verbose flag for example when creating a new pipeline, you will see debug information (hundreds of lines).

I think it will be much more user friendly to rename the code from --verbose into --debug and create a new "verbose" function that just prints summary information (under 10 lines)

javiergarza avatar Sep 18 '18 07:09 javiergarza

I think this is good advice. We would need to re-evaluate what we log as "info" and what we log as "debug"

humanshield314 avatar Oct 11 '18 14:10 humanshield314