Keeping track of Django errors in production
What would be 开发者_运维知识库good way way of keeping track of all errors in a production Django environment — is django-sentry the de facto way of logging this? Are there simpler and more lightweight methods available?
Thanks.
精彩评论