【发布时间】:2015-08-19 12:53:17
【问题描述】:
这个问题的答案可能很简单,但我想设置报告的跟踪事件的严重性级别。
我正在使用 Application Insights API 和 Application Insights TraceListener 的预发布版本。
基本上我只想过滤掉具有详细严重性的 Trace 事件。我知道在 Azure 门户中查看应用程序见解时可以过滤掉它们,但我宁愿根本不报告它们。有没有办法为 application Insights 设置跟踪事件的严重性级别?
【问题讨论】:
标签: azure azure-application-insights trace-listener