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.
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
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
Please login first to submit.