On Fri, 2006-07-14 at 02:25 +0000, Omar El-Domeiri wrote:
> Hello,
> 
> I would like to make the basehttp.py log_message() function log more
> than it currently does.  It seems if I want more things logged, I will
> just have to pass them to the args argument.
> 
> The problem is that I don't understand how this method is ever called.
> I've grep'd for it by name and only found the functions definition.
> Can anyone clue me in?

The WSGIRequestHandler class overrides certain methods in
BaseHTTPServer.BaseHTTPRequestHandler (from the standard Python
library). The log_message() method is called from the base class.

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to