You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, the levels are not always used consistently - in particular the DEBUG messages are extremely verbose while the INFO messages are often lacking.
The text was updated successfully, but these errors were encountered:
Python standard seems to be to have three 'levels' of verbosity:
--quiet: WARN/ERROR
(default): INFO/WARN/ERROR
--verbose: DEBUG/INFO/WARN/ERROR
COT's current behavior:
(default): ERROR
-v: WARN/ERROR
-vv: INFO/WARN/ERROR
-vvv: DEBUG/INFO/WARN/ERROR
We should follow the standard instead.
Additionally, the levels are not always used consistently - in particular the DEBUG messages are extremely verbose while the INFO messages are often lacking.
The text was updated successfully, but these errors were encountered: