This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, vinay.sajip
Date 2013-01-07.11:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357558493.08.0.0121878103652.issue16884@psf.upfronthosting.co.za>
In-reply-to
Content
Starting in 3.2, the logging module no longer outputs the following message when logging and no handlers are configured for the root logger:

    log = logging.getLogger()
    log.error('test')

'No handlers could be found for logger "root"'

However, I can't seem to find any version-changed about this in the docs.  The code change may be from this commit: c86dc2bd3ae8

Incidentally, I also noticed that three logging paragraphs begin with "PLEASE NOTE:"  Those should probably be changed to ".. note::" etc.
History
Date User Action Args
2013-01-07 11:34:53chris.jerdoneksetrecipients: + chris.jerdonek, vinay.sajip, docs@python
2013-01-07 11:34:53chris.jerdoneksetmessageid: <1357558493.08.0.0121878103652.issue16884@psf.upfronthosting.co.za>
2013-01-07 11:34:52chris.jerdoneklinkissue16884 messages
2013-01-07 11:34:52chris.jerdonekcreate