maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
105 stars 42 forks source link

Update to get --debug level logging to output in my environment #21

Closed lammig closed 6 years ago

lammig commented 6 years ago

This is just a minor addition to how the Python logging module is setup when I noticed I was only ever getting WARN and above output. I left the original .basicConfig call in since I didn't want to break anything that was already working.

I also added a Dockerfile I cooked up since I wanted to run all this on AWS ECS.

maximilianh commented 6 years ago

It's still a mystery to me why this wouldn't work. The first call to basicConfig does configure the root logger. Weird. Thanks anyways!

maximilianh commented 6 years ago

OK, I finally stumbled over this again. It depends on the python version. 2.7.5 also has this problem. Glad you fixed this, thanks!