I have an IIS version 8.5 web server running on Windows Server 2012 R2. Logging is configured on this server to write a new log file daily to %SystemDrive%\inetpub\logs\LogFiles
.
My "Log Event Destination" is set to Log file only
, but clearly, if the logs are only being written once a day, the contents of today's log file is being cached somewhere prior to being dumped to disk. Where is this cache held, and can I access it so that I can read events logged today?