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 Oleg Serov
Recipients Oleg Serov
Date 2017-01-03.17:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483465774.47.0.809201158116.issue29143@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like if I have a logger handler with propagate = False and it is disabled, the "propagate" is still in affect.

I am considering this is a bug, because:
1. I have some random logging configuration with some logging handlers that have "propagate = True"
2. I am setting a new logging configuration by using logging.config.dictConfig with "disable_existing_loggers = True"
3. After that I still "feel" the effect of old config, because some log messages do not reach my new loggers.

What I am doing wrong? Or this is a bug? A bug in documentation?
History
Date User Action Args
2017-01-03 17:49:34Oleg Serovsetrecipients: + Oleg Serov
2017-01-03 17:49:34Oleg Serovsetmessageid: <1483465774.47.0.809201158116.issue29143@psf.upfronthosting.co.za>
2017-01-03 17:49:34Oleg Serovlinkissue29143 messages
2017-01-03 17:49:34Oleg Serovcreate