Remote logging with Python logging and Django

  • Remote logging with Python logging and Django – I don't know why, but we've yet to find something at work that's begging to have additional logging in our Django apps. But if we did, this would be a great way to do it. We log our (few) 500 errors out to the apache error_log and use an app to grep that and notify us of problems.
This entry was posted in Blogmarks. Bookmark the permalink.