0

我已设置 Azure 诊断并使用 Trace 记录任何消息。问题是,当我转到 Azure WADLogsTable 时,我发现除了我的消息之外,还有很多我想要消除的废话。

如何删除此类消息?

IDependencyResolver.GetService<ASP._Page_Views_Account_Login_cshtml>() = ASP._Page_Views_Account_Login_cshtml
IDependencyResolver.GetService<System.Web.Mvc.ModelMetadataProvider>() = null

我唯一想展示的是我这样放在那里的东西:

Trace.WriteLine("This is not good", "Information");
4

1 回答 1

0

确保您的 web.config 不包含任何将系统消息发送到跟踪的跟踪配置语句。

于 2012-04-03T03:25:20.907 回答