On Thu, Apr 11, 2013 at 2:09 PM, Babatunde Akinyanmi <[email protected]> wrote: > Hi Javier, why no
for small deployments, with a single django app server, just logging to a file and analyzing with grep works really really well. for larger deployments, where you have more than one django instance, it makes sense to centralize logging (not only 404s). but in that cases, the most valuable time is that inside the request-response cycle. so as soon as the django app has gathered all the loggable info, it should send to something else. as mentioned, a good option is sending via rsyslog to a central logger system. in short: logging and monitoring are better left to logging and monitoring systems. -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
