Skip to content

Debug Python logging problems by printing out the tree of handlers you have defined.

License

Notifications You must be signed in to change notification settings

brandon-rhodes/logging_tree

Folders and files

NameName
Last commit message
Last commit date
May 5, 2024
May 3, 2024
Dec 5, 2012
Apr 25, 2012
Feb 2, 2020
Dec 4, 2012
Jun 28, 2014
May 3, 2024
Aug 5, 2018
May 3, 2024
May 3, 2024
Apr 10, 2021

Repository files navigation

Welcome to the logging_tree Python project repository!

You can install this package and read its documentation at the project’s official entry on the Python Package Index:

https://pypi.python.org/pypi/logging_tree

On Debian Testing and Unstable, you can install the package for the system Python versions with any of the standard Debian package tools:

$ sudo apt-get install python-logging-tree

The documentation is also available as the package docstring, kept inside of the logging_tree/__init__.py file here in the project repository.