Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已在我的一个 Azure 实例上部署了 Node.js 辅助角色。
在模拟器上,我可以在 Compute UI 中看到日志,或者本地存储的日志文件。在 Azure 上部署时如何访问此文件或日志?
对于调试和注意崩溃(如果有)至关重要。
您实际上是在编写日志,这些日志将写入 Azure 表存储。您添加代码以在辅助角色的 onStart 方法中执行日志记录。
查看此SOF 答案和此链接