开发者

Serve apache error logs for debugging

I've setup a server to automatically deploy the trunk of our repository whenever it changes to a live apache-hosted wsgi subdomain. This works great except when there is a server error, because the team can't debug it because apach开发者_如何学Ce slaps a generic 500 error page up.

To debug, it is necessary to ssh in to the server and tail the /var/log/apache2/error file, which is quite a barrier for a developer who just wants to fix a typo.

How can I publish (with access restricted by IP or .htaccess) the log files so that the team can easily check what they have broken in apache?

Thanks!


You can use django error reporting feature. Have a look at http://docs.djangoproject.com/en/dev/howto/error-reporting/

Hope it helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜