We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdc620 commit cb1dcf2Copy full SHA for cb1dcf2
src/WebJobs.Script.WebHost/web.InProcess.xdt
@@ -4,6 +4,6 @@
4
<handlers>
5
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" xdt:Transform="Replace" xdt:Locator="Match(name)" />
6
</handlers>
7
- <aspNetCore processPath="dotnet" arguments=".\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled="true" stdoutLogFile="d:\home\logfiles\stdout" hostingModel="inprocess" xdt:Transform="Replace" />
+ <aspNetCore processPath="dotnet" arguments=".\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled="false" hostingModel="inprocess" xdt:Transform="Replace" />
8
</system.webServer>
9
</configuration>
0 commit comments