Fri, 07 Jun 2024 20:55:39 UTC | login

Information for build python-logging-tree-1.8-1.fc31

ID128706
Package Namepython-logging-tree
Version1.8
Release1.fc31
Epoch
SummaryIntrospect and display the logger tree inside "logging"
DescriptionIntrospection for the 'logging' logger tree in the Standard Library. While you can write programs that call this package's 'tree()' function and examine the hierarchy of logger objects that it finds inside of the Standard Library 'logging' module, the simplest use of this package for debugging is to call 'printout()' to print the loggers, filters, and handlers that your application has configured:: >>> logging.getLogger('a') >>> logging.getLogger('a.b').setLevel(logging.DEBUG) >>> logging.getLogger('x.c') >>> from logging_tree import printout >>> printout() "" Level WARNING | o<--"a" | | | o<--"a.b" | Level DEBUG | o<--[x] | o<--"x.c"
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:34:32 UTC
CompletedFri, 20 Sep 2019 12:34:32 UTC
Tags
f31
f32
RPMs
src
python-logging-tree-1.8-1.fc31.src.rpm (info) (download)
noarch
python3-logging-tree-1.8-1.fc31.noarch.rpm (info) (download)
Changelog * Mon Sep 09 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.8-1 - Add docs and license - Update to latest upstream release 1.8 - Update spec file * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7-14 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7-11 - Subpackage python2-logging-tree has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7-9 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.7-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)