AspCore Debug Log

0
0

Hi,

 

how can you enable aspcore debug log for wisej app running under “no managed code” app pool.

i have strange issue with zorder error popping up that I am unable to trace down.

I know that it will slow down app due to extensive logging, but need to do it.

 

  • You must to post comments
0
0

Just to have question answered, debug log is possible in web.config

<aspNetCore processPath=“dotnet” arguments=“.\MyApp.dll” stdoutLogEnabled=“false” stdoutLogFile=“\\?\%home%\LogFiles\stdout” hostingModel=“inprocess”> <handlerSettings> <handlerSetting name=“debugFile” value=“.\logs\aspnetcore-debug.log” /> <handlerSetting name=“debugLevel” value=“FILE,TRACE” /> </handlerSettings> </aspNetCore>

more details

https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-9.0

 

  • You must to post comments
0
0

Hello,
It’s not a wisej feature or issue. Anything that works with aspnet core works in wisej.

As it’s not a wisej feature it’s out of scope of this support forum.

Julie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.