Package: wnpp Severity: wishlist Owner: Karsten Schöke <karsten.scho...@geobasis-bb.de> X-Debbugs-Cc: debian-devel@lists.debian.org
Package name : python-tiered-debug Version : 1.0.0 Upstream Contact: Aaron Mildenstein <aa...@mildensteins.com> URL : https://github.com/untergeek/tiered-debug License : Apache-2 Programming Lang: Python Description : Python logging helper module that allows multiple levels of debug logging This module provides a way to enable multiple tiers of debug logging. It's not doing anything fancy. It's just a wrapper around a standard logger.debug() call that caps the highest tier of debug logging to a value which can be set via the environment variable TIERED_DEBUG_LEVEL at runtime, which has a default of 1, but can be set to any value between 1 and 5. It can also be set interactively via the set_level() function. It's a new dependency of python-es-client and i'll be maintain this by DPT.