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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I believe I have an error in my code that is running in Node on the server. I see that the OP of this post has NodeServices debug statements such as the following being returned from their Azure App Service:
I attempted to use the instructions here to also get those debug statements but I believe those are not specific to Azure. Here's what's in my Startup.cs's ConfigureServices:
But I am still not seeing those NodeServices debug statements. Can anyone help with this? Thx.
P.S. I noticed that NodeServicesOptions has NodeInstanceOutputLogger but couldn't find a way to hook that up with ASP.NET Core's dependency injection in the Startup.cs's ConfigureServices(). Any help with this is also appreciated.
The text was updated successfully, but these errors were encountered:
I'm not sure where you've been looking for the debug statements (in the browser's console, maybe?). They are emitted to stdout by your application process. If you're running in Azure, you should look in "Log Stream" under the "Monitoring" heading in your App Service.
Uh oh!
There was an error while loading. Please reload this page.
I believe I have an error in my code that is running in Node on the server. I see that the OP of this post has NodeServices debug statements such as the following being returned from their Azure App Service:
I attempted to use the instructions here to also get those debug statements but I believe those are not specific to Azure. Here's what's in my Startup.cs's ConfigureServices:
But I am still not seeing those NodeServices debug statements. Can anyone help with this? Thx.
P.S. I noticed that NodeServicesOptions has NodeInstanceOutputLogger but couldn't find a way to hook that up with ASP.NET Core's dependency injection in the Startup.cs's ConfigureServices(). Any help with this is also appreciated.
The text was updated successfully, but these errors were encountered: