You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Ebbo edited this page Jul 3, 2015
·
3 revisions
If your Node site is failing with some http 500 errors, try enabling logging. To do this, enable Application Logging to file system from the Azure portal (details here).
Once that's done:
make a few failing requests to get some logging going.
using Kudu Console, go to D:\home\LogFiles\Application. You should see some .txt files, as well as an index.html.
Click the down arrow next to index.html, and it should open a new tab with a page showing a list of errors.