Flush IIS HTTP and FTP Logs to Disk
Posted by: Scott Forsyths WebLog,
on 04 Feb 2012 |
View original | Bookmarked: 0 time(s)
Today I wanted to find a way to flush the IIS FTP logs on-demand. The logs for IIS FTP flush to disk every 6 minutes, and the HTTP logs every 1 minute (or 64kb). This can make troubleshooting difficult when you dont receive immediate access to the latest log data. After looking everywhere I could think of, from search engine searches to perusing through the IIS schema files, I figured I had better go to the source and ask Robert McMurray. Sure enough, Robert had the answer and even...