Skip to content

Commit cb1dcf2

Browse files
committed
Disable ANCM stdout logging in XML transform file
1 parent 0cdc620 commit cb1dcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/web.InProcess.xdt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<handlers>
55
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" xdt:Transform="Replace" xdt:Locator="Match(name)" />
66
</handlers>
7-
<aspNetCore processPath="dotnet" arguments=".\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled="true" stdoutLogFile="d:\home\logfiles\stdout" hostingModel="inprocess" xdt:Transform="Replace" />
7+
<aspNetCore processPath="dotnet" arguments=".\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled="false" hostingModel="inprocess" xdt:Transform="Replace" />
88
</system.webServer>
99
</configuration>

0 commit comments

Comments
 (0)