binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

Pyres is setting the root logger if ResQ class is used by third party modules #119

Closed iserko closed 12 years ago

iserko commented 12 years ago

ResQ was using the logging module directly and as such was essentially doing a logging.basicConfig() with the default settings (logging to console)