Hi,
   i've been using django-db-log for logging exceptions when
Debug=False, and I'd like to add the ability to log the local
variables as well.  Here is what I tried:

def process_exception(self, request, exception):
....
local_vars  = repr(exception.tb_frame.f_locals.items())

however, tb_frame does not seem to be a function of exception or
traceback.

any suggestions?

thanks
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to