Linux App Service is not showing console.log on log stream (node.js)

W. Ninetyfive 1 Reputation point
2020-10-23T12:36:47.827+00:00

We're currently running our Node.js app on Linux App Service v3. It works well except that the log stream is not showing the standard output console.logs. Sometimes it's showing but most of the time it's not. It's inconsistent. It shows the tail of our text file logs everytime but console.logs are not consistent.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,957 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. W. Ninetyfive 1 Reputation point
    2020-10-26T08:16:01.277+00:00

    Got it to work now. Turns out Application Logging is turned off. I just have to set App Service Logs > Application Logging to "File System"