[issue1484] logging: callHandlers tests handler levels instead of logger levels?

2014-04-14 Thread Artur
Artur added the comment: So what is logger level for if it's not used on calling handlers? -- nosy: +artur.ambroziak versions: +Python 2.7 -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1484

[issue1484] logging: callHandlers tests handler levels instead of logger levels?

2007-11-21 Thread Gidi Avrahami
New submission from Gidi Avrahami: I am using the logging module with multiple loggers and the following behavior seems incorrect to me: I set the root logger's level to WARN and the foo.bar module's logger's level to DEBUG, and the foo.bar logger should is writing to a file. So basically, I