Log/Service Settings

ServiceInterval – This setting is ONLY used if your using the Service version of IISLogs –  This is setting can be configured to allow IISLogs service component to run in time exact The default is 3 AM, if your going to add more than one time to run the IISLogs process, Here is an example of how to enter multiple entries either using the IISLogs configuration GUI or favorite text editor. 

Log Directory Path – This feature tells the IISLogs app where to store system log files.  The default is "c:Program FilesIISLogsSVCLogs"


To Add additional timed settings, Select the ….. in the Grid
An Enter Time Screen will pop-up

Click Ok ( In this example its 3:00:00 PM)

LogDirectoryPath – This feature tells the IISLogs app where to store system log files.  The default is "c:Program FilesIISLogsConsoleApplogs"

Example of single entry
        <add key="ServiceInterval" value="03:00:00 AM"></add>–>
Example of multiple entries
        <add key="ServiceInterval" value="12:00:00 AM,06:00:00 PM,12:00:00 PM,06:00:00 AM"></add>