减少 ELMAH 记录的错误详细信息
我正在使用 Elmah 进行错误日志记录,它记录的信息比我需要的多得多,尤其是数据库中以 Xml 形式呈现的表单的所有服务器变量。我想排除这些服务器变量(可能还有更多的东西),我对它们不感兴趣。是否可以在 web.config 中的某个位置进行配置或至少以编程方式进行配置?
I am using Elmah for error logging and it is logging lot more info than what I need, especially all the server variables for the form in the form of Xml in database. I would like to exclude these server variables (and may be some more stuff), I am not interested in them. is it possible to configure this somewhere in web.config or do it programmatically at least?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保留它们吧——你现在可能不需要它们,但在某些时候它们可能会拯救你的培根。
如果您担心空间,那么您可能抛出了太多异常......
Just keep them - you might not need them now, but at some point they may save your bacon.
If you're worried about space, then you're probably throwing too many exceptions...