]> git.llucax.com Git - software/pymin.git/commit
Hack to overcome Python's bug 3136 in logging system (refs #7).
authorLeandro Lucarella <llucax@gmail.com>
Thu, 19 Jun 2008 01:17:42 +0000 (22:17 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 19 Jun 2008 03:33:25 +0000 (00:33 -0300)
commit9087aa61851dfea2c4c6f81c54d295aabc9b2849
treecca94a6896ffc000074721431d9c6a6a8fb9c3ca
parent1b0d4cdcf9d82572cb7fac7e53513316196a8d39
Hack to overcome Python's bug 3136 in logging system (refs #7).

logging.config.fileConfig() disables all existing loggers that are not
configured using the config file. This hack re-enable the loggers so
everything works as expected even when you don't specify *all* the loggers
in the configuration files (and child loggers really inherits their parent
configuration).
pymind