>From https://docs.djangoproject.com/en/dev/howto/error-reporting/#errors
"404 errors are logged using the logging framework. By default, these log records are ignored, but you can use them for error reporting by writing a handler and *configuring logging*<https://docs.djangoproject.com/en/dev/topics/logging/> appropriately." - The core already provides a nice way for any app/project to log the 404's however they desire. Regards, Michael Manfre On Thu, Apr 11, 2013 at 3:09 PM, Babatunde Akinyanmi <[email protected]>wrote: > Hi Javier, why no > > Sent from my Windows Phone > From: Javier Guerra Giraldez > Sent: 4/11/2013 4:30 PM > To: [email protected] > Subject: Re: Ability to save 4xx messages to database > On Thu, Apr 11, 2013 at 10:21 AM, Val Neekman <[email protected]> wrote: > > Now, the $64 K question: is Django a good place for this? > > I'd say no. the best place would be a monitoring system. > > a surprisingly good approach is to use rsyslog protocol, and add a > good event storage backend to the centralizing rsyslogd. i've seen > some examples of using Redis to store these. > > > -- > 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. > > -- > 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. > > > -- 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.
