[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 "propagate = False"

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29143>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 "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?

--
components: Library (Lib)
messages: 284583
nosy: Oleg Serov
priority: normal
severity: normal
status: open
title: Logger should ignore propagate property for disabled handlers.
versions: Python 2.7

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29143>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com