Fedora 17 Update: python-logging-tree-1.1-2.fc17

updates at fedoraproject.org updates at fedoraproject.org
Fri Jan 18 20:23:36 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-20616
2012-12-19 07:54:08
--------------------------------------------------------------------------------

Name        : python-logging-tree
Product     : Fedora 17
Version     : 1.1
Release     : 2.fc17
URL         : http://pypi.python.org/pypi/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 Information:

Initial packaging
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #883478 - Review Request: python-logging-tree - Introspect and display the logger tree inside "logging"
        https://bugzilla.redhat.com/show_bug.cgi?id=883478
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-logging-tree' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list