I have a strange issue with a Windows Server 2008 R2 running IIS: HTTP logging stopped a few months ago (I just found out), and I cannot seem to get it to start logging again.
I have both HTTP Logging and Logging Tools installed (under Web Server/ Health and Diagnostics) and under IIS Manager > Logging, it is enabled (One log per: Site, Format: W3C, Directory: "%SystemDrive%\inetpub\logs\LogFiles"
, etc. - all default stuff).
Yet under C:\inetpub\logs\LogFiles\W3SVC1
/ W3SVC2avalanche, etc., all files are months old.
I have also restarted the server, to no avail.
I tried to disable logging and then enable it again (in IIS Manager), but that did not help.
Lastly, I tried to enable via command-line (even though already enabled):
C:\Windows\System32\inetsrv>appcmd set config /section:httpLogging /dontLog:False /selectiveLogging:LogAll
Applied configuration changes to section "system.webServer/httpLogging" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
What I am missing??