Rework logging using the stdlib machinery (#116)
* Rework logging using the stdlib machinery Use the verbose or debug flag to enable/disable logging.DEBUG Remove the vprint function from all classes Remove bcolors from all code Cleanup [INFO], [ERROR], {success} and similar * fix some errors my local linter missed but travis catched * add coloredlogs and --fancy command line flag
This commit is contained in:

committed by
Austin Taylor

parent
46955bff75
commit
e3e416fe44
@ -7,3 +7,4 @@ lxml==4.1.1
|
||||
bs4
|
||||
jira
|
||||
bottle
|
||||
coloredlogs
|
||||
|
Reference in New Issue
Block a user