chapmanb / bcbb

Incubator for useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
604 stars 243 forks source link

ipython logger setup #63

Closed roryk closed 11 years ago

roryk commented 11 years ago

This (I think) will remove the need to setup the logging for each task. It instead sets up the logger on the global namespace in all of the engines.

chapmanb commented 11 years ago

Awesome, thanks Rory. I'll give this a test and get rid of my custom decorators.