binarymatt / pyres

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

Set logger name to allow fine-grained control over log output #103

Closed claymation closed 12 years ago

claymation commented 12 years ago

Using logging.getLogger(name) in each module allows fine-grained, run-time control over logging output.