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 vinay.sajip
Recipients William.Hart, vinay.sajip
Date 2011-03-04.21:38:26
SpamBayes Score 3.266949e-08
Marked as misclassified No
Message-id <279599.16530.qm@web25804.mail.ukl.yahoo.com>
In-reply-to <AANLkTi=ZAN--tiU=pBeYVU36MkvwefrCrN=ARwJYGWZa@mail.gmail.com>
Content
> I had somewhat shallow logger hierarchies (3-4  deep).  The real problem was> 
>that this was being called in a kernel of  my code ... so even that

> additional cost was noteworthy.
> 
> I think it's  smart to focus on Python 3.3. As it happens, my colleagues did
> some explicit  caching of logging information that made pyutilib.logging
> redundant.   When you don't think you need this as a reference
> implementation, I'll delete  it.

You can go ahead and do that, since the diff attached to this ticket will give 
me any information I need. I already have a patch of a solution which caches the 
effective level, but I need some time to benchmark what the improvement is, and 
whether it is effective enough to warrant committing. Anyway it's for Python 
3.3, so we have time to get it right :-)

Thanks for your feedback.
History
Date User Action Args
2011-03-04 21:38:27vinay.sajipsetrecipients: + vinay.sajip, William.Hart
2011-03-04 21:38:26vinay.sajiplinkissue11369 messages
2011-03-04 21:38:26vinay.sajipcreate