How to change stdoutLogEnabled to false? using powershell its a XML file
<?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="dotnet" arguments=".DRT.ContextService.WebAPI" stdoutLogEnabled="true" stdoutLogFile=".logsstdout" hostingModel="inprocess" /> </system.webServer> </location> </configuration> <!--ProjectGuid: 6D228FC5-C702-422A-9641-41CF6C9D63AB-->
2.1m questions
2.1m answers
60 comments
57.0k users