On 3/26/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> I
> did an experiment early last year to put in calls to the python logging
> module throughout various paths in Django. It had a noticeable impact.

I had this on my list of things to do at some point.  I'm not arguing
to add logging here, but just generally, were you measuring with
memory buffering and/or with the logger level higher than most log
messages?  I had thought a LOGGER_THRESHOLD setting would skip most of
the cost.  But perhaps just the function dispatching added up?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to