Hi! I'm having strange issues with my feeds, ca 5 times per day they crash. Instead of trying to figure out the specific issue right now, I would like to know how you actually do debugging on RSS feeds. It seems they are a different animal compared to normal views (cannot use debug-toolbar or django extensions) How do you do it? For example, if you suspect you use a bad query, how do you debug that? Hope you understand the question! I have found nothing about debugging feeds :/ Thank you! /Martin asked 26 Nov '10, 03:54 marty3d |
Hi Martin, Have you tried searching through the logs for your applications at ~/logs/user/error_<appname>.log to find out the error?
Hi! Yes, they didn't reveal anything in particular. I've also got automatic email error reporting turned on, but the error message is not enough for me to proceed changing in the code, unless I can do some deeper debugging.