On Mon, Mar 23, 2009 at 7:17 PM, Addy Yeow <ayeo...@gmail.com> wrote:
> Hi guys,
>
> I like to track my visitors URL request in my application.
...
> Any idea? Or I should not use signal for this purpose?

You could probably get something like this to work, but I have to ask
- Is there any reason that you're not just using the HTTP server's
logs for this purpose? Apache (for example) provides extensive logging
capabilities, and there are numerous tools available that can read,
analyse and report on that logging format. Rather than trying to
implement a whole logging framework basedon signals, why not use the
tools that are already available and understood?

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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