Are you wanting to log errors that occur in your django site? If that's the 
case I'd recommend starting with simple tools like django's email logging and 
working up to more sophisticated tools like django-db-log or arecibo.

If you want to debug development code or you will find python's built in 
logging will be just fine for all but the most complicated of use cases. 

If you want to do access logging, your web server does that for you.
--
  Andy McKay, @andymckay
  Django Consulting, Training and Support

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en.

Reply via email to