Debug-level logging for Information Centric Analytics (ICA) provides additional information for troubleshooting processes and errors that occur at the application level. This includes SQL query calls to the RiskFabric database, e-mail notification processes, DLP writeback operations, etc.
Version : 6.x
Component : Microsoft Internet Information Services
To enable debug-level logging for ICA, follow this procedure:
%SystemDrive%\Windows\System32\inetsrv
iisreset.exe
Once enabled, the application will begin writing log files to the following default path:
%SystemDrive%\Temp
The path can be changed by modifying the file value of the FileAppender key in the Log4net.config file:
<appender name="FileAppender" type="log4net.Appender.RollingFileAppender">
<file value="c:\temp\rf.log"/>
Log files will be named in the following format:
rf.log.<yyyyMMdd>.log
Each file will grow to 2 MB before rolling-over. This limit can also be modified in the Log4net.config file. If debug logging is left enabled, consider scripting a cleanup process to remove old log files and preserve free drive space.
To disable debug-level logging for ICA, follow this procedure:
%SystemDrive%\Windows\System32\inetsrv
iisreset.exe