Malcolm Tredinnick wrote: > Adrian, in particular, has been historically against adding logger > module hooks in Django. So you have to work around that.
Interesting... Adrian, can you elaborate? > I have a patch I've been holding over for 1.2 that reduces the current > debug wrapper's log method to a ring buffer to avoid the accidental > massive memory usage case. Actually this is not the main issue... I saw the discussion about limiting the buffer. My main concern is that logging is way more flexible there. Having ability to watch queries before execution or log failed queries in non-debug mode -- things like that is what I really pursue here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
