Language

Package: python2-tracing @ 0.10

Synopsis

Python debug logging helper

Description

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.

Home page
https://liw.fi/tracing/
Location
gnu/packages/python-xyz.scm (line: 16906, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings