Name: | python3-logging-tree |
---|---|
Version: | 1.8.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 52403 |
License: | BSD |
RPM: | python3-logging-tree-1.8.1-1.el8.noarch.rpm |
Source RPM: | python-logging-tree-1.8.1-1.el8.src.rpm |
Build Date: | Fri Sep 18 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/brandon-rhodes/logging_tree |
Summary: | Introspect and display the logger tree inside "logging" |
Description: | Introspection 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" |
- Update to new upstream version 1.8.1
- Add docs and license - Update to latest upstream release 1.8 - Update spec file
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Subpackage python2-logging-tree has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)