7 Jan
2014
7 Jan
'14
6:28 a.m.
Ideas/thoughts from pygurus on best practice for this?
We should be using the Python logging module. I've often set out to clean it all up and move to that, but decide against the mountain of work :)
That would let us identify log levels, the source of a message, etc, and is The Way(tm) to do it in Python.
--Dan