Have enabled Azure application insights. https://docs.microsoft.com/en-us/azure/azure-monitor/app/nodejs
Want to log the output from my express Node JS application:
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 -
Where can I see the console.log data? Can't find it.