cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Logging by wagon should be more explicitly configurable #72

Closed dankilman closed 7 years ago

dankilman commented 7 years ago

1) The wagon logger logs is set to INFO level by default, perhaps this should be changed to DEBUG 2) The functions exposed by the module have a verbose flag (which is just fine). Only problem is that this flag sets the logger logging level on each invocation. This may lead to unexpected behavior by users that may configure loggers in their app, etc...

nir0s commented 7 years ago

Wagon should probably be rather verbose by default. I agree we should make it DEBUG by default and add some additional information which is beyond debug when providing the verbose flag.