减少 ELMAH 记录的错误详细信息

发布于 2024-10-07 20:30:45 字数 144 浏览 3 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的心境我的脸 2024-10-14 20:30:45

保留它们吧——你现在可能不需要它们,但在某些时候它们可能会拯救你的培根。

如果您担心空间,那么您可能抛出了太多异常......

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文