Vinay Sajip wrote:
> verizon.net> writes:
>
>
> Handlers normally process all events passed to them, but you can set
a level on
> a handler to get it to drop events below a certain threshold. Since
you haven't
> done this, you will see an INFO message appear even though the root
logger's
> level
verizon.net> writes:
>
> I'm trying to be a good boy and use the logging module but it's
> behaving rather counter-intuitively. I've posted a simplified test
> script below.
>
> To summarize, I've set the basic config to only log root level messages
> with >= ERROR level. I've created anothe
I'm trying to be a good boy and use the logging module but it's
behaving rather counter-intuitively. I've posted a simplified test
script below.
To summarize, I've set the basic config to only log root level messages
with >= ERROR level. I've created another named logger that logs on
info level.