]> granicus.if.org Git - python/commit
Fixed a bug reported (in private email, by Robert Crida) in logging configuration...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 11 Nov 2007 14:27:30 +0000 (14:27 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 11 Nov 2007 14:27:30 +0000 (14:27 +0000)
commit95dd03b8b814151f13c1b2a0259eeab4fd47bc72
tree5085417dd53072959270eb7e58b075cea39c4ce2
parentd1ef78942adedbb0d3483b43911038a44a77ad4d
Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied.
Lib/logging/config.py