Debug-level logging for Symantec Information Centric Analytics (ICA) provides additional information for troubleshooting processes and errors that occur at the application level.
This includes SQL calls to the RiskFabric relational database, e-mail notification processes, Symantec Data Loss Prevention (DLP) writeback operations, etc.
Version : 6.x
Component : Microsoft Internet Information Services
To enable debug-level logging for ICA, follow this procedure:
Log4net.txt and rename it as Log4net.configLog4net.config to the following folder on the ICA application server hosting IIS:\Program Files\Bay Dynamics\Risk Fabric Server Web\
iisreset.exe
Once enabled, the application will begin writing log files to the following default path:
\ProgramData\BayDynamics\Logs
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="${ProgramData}\BayDynamics\Logs\RiskFabric_Debug"/>
Log files will be named in the following format:
RiskFabric_Debug.<yyyyMMdd>.log
Each file will grow to 10 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:
\Program Files\Bay Dynamics\Risk Fabric Server Web\
Log4net.config as Log4net.txt, or delete the fileiisreset.exe