Closed Franr closed 1 year ago
There are 3 levels of verbosity now: warning, info and debug, which are triggered by using the -v or -vv flags.
warning
info
debug
-v
-vv
To help customers debug issues themselves easily.
https://github.com/binbashar/leverage/issues/202
If there is any workflow relying on the log outputs, it will have to be revisited.
What?
There are 3 levels of verbosity now:
warning
,info
anddebug
, which are triggered by using the-v
or-vv
flags.Why?
To help customers debug issues themselves easily.
References
https://github.com/binbashar/leverage/issues/202
Before release
If there is any workflow relying on the log outputs, it will have to be revisited.