【发布时间】:2019-08-17 16:27:07
【问题描述】:
我正在按照此步骤在 Azure Bot App Service https://microsoft.github.io/AzureTipsAndTricks/blog/tip30.html 中启用跟踪
但是,我的跟踪没有出现在日志流中。 我可以在这里看到一堆其他日志。
我还用代码在课堂上尝试了“#define TRACE”
System.Diagnostics.Trace.WriteLine("Entering the About View");
我错过了什么吗?
我的 Azure Web 应用设置:https://pictr.com/images/2019/06/25/5BHthA.png
谢谢。
【问题讨论】:
标签: debugging trace azure-bot-service