Skip to content

Commit 24e188b

Browse files
Revert "Disable IIS HTTP logging"
This reverts commit c31b4dc.
1 parent 1f08e13 commit 24e188b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

installer.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Install-WindowsFeature Web-Asp-Net45
2323
$env:Path += ";C:\Windows\system32\inetsrv"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::Machine)
2424
appcmd set config -section:system.webServer/httpErrors -errorMode:Detailed | Out-Null
2525

26-
# Disable logging
27-
appcmd set config -section:system.webServer/httpLogging -dontLog:True | Out-Null
28-
2926
# URL Rewrite
3027
$rewrite_url = "http://download.microsoft.com/download/6/7/D/67D80164-7DD0-48AF-86E3-DE7A182D6815/rewrite_2.0_rtw_x64.msi"
3128
$rewrite_local = "$workdir\rewrite_2.0_rtw_x64.msi"

0 commit comments

Comments
 (0)