Azure Web App Trace logs not appearing in log

不羁岁月 提交于 2019-12-01 06:15:00

According to the log format of error message you provided, I assumed that the log file you provided is belongs to Web Server Logs ( under /LogFiles/http/RawLogs) which formatted using W3W Logging. Based on your configuration, you have both enabled file system and blob storage for Application Logging. You could retrieve your application logs as follows:

Application Logging (Filesystem)

For a simple way, you could leverage KUDU, click "Debug console > CMD" and cd LogFiles\Application, then you could retrieve your logs as follows:

Application Logging (Blob)

You could leverage Microsoft Azure Storage Explorer to retrieve your logs as follows:

UPDATE:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!