python2-tracing 0.10 Python debug logging helper

python2-tracing is a python library for logging debug messages. It provides a way to turn debugging messages on and off, based on the filename they occur in. It is much faster than using logging.Filter to accomplish the same thing, which matters when code is run in production mode. The actual logging still happens using the logging library.