[issue29143] Logger should ignore propagate property for disabled handlers.

2017-01-03 Thread Oleg Serov
New submission from Oleg Serov: 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 "prop

[issue29143] Logger should ignore propagate property for disabled handlers.

2017-01-03 Thread Oleg Serov
Oleg Serov added the comment: > 1. I have some random logging configuration with some logging handlers that > have "propagate = True" Read as: 1. I have some random logging configuration with some logging handlers that have &q

[issue29143] Logger should ignore propagate property for disabled handlers.

2018-10-04 Thread Oleg Serov
Oleg Serov added the comment: I tried and failed to reproduce. If it changes, I'll update it. -- ___ Python tracker <https://bugs.python.org/issue29143> ___ ___