gpt4 book ai didi

azure - 在 Azure 应用程序洞察中激活节点日志

转载 作者:行者123 更新时间:2023-12-02 06:04:05 24 4
gpt4 key购买 nike

已启用 Azure 应用程序洞察。 https://learn.microsoft.com/en-us/azure/azure-monitor/app/nodejs

想要记录我的 Express Node JS 应用程序的输出:

GET /api/loggedin 304 6.377 ms - -
GET /api/xx 304 31.052 ms - -
hello // a console.log
GET /api/loggedin 304 5.127 ms -

哪里可以看到console.log数据?找不到。

最佳答案

更新:

据此doc -> 在注释部分,它提到“请注意,默认情况下 setAutoCollectConsole 配置为排除对 console.log(和其他控制台方法)的调用”。

所以如果你想改变这种行为来收集控制台日志,你应该使用这行代码:setAutoCollectConsole(true, true)

<小时/>

如果您正确配置了节点项目,则在 Azure 门户中 -> 您的应用程序见解 -> 单击左侧边栏选项卡中的“搜索”:

enter image description here

然后设置“本地时间”和“事件类型”,最后点击“刷新”按钮:

enter image description here

或者如果你知道application insights query ,您也可以点击“Logs(Analytics)”按钮编写自己的日志查询代码:

enter image description here

关于azure - 在 Azure 应用程序洞察中激活节点日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58388779/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com