Closed lammig closed 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!
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!
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.