The connector framework uses the log4j.xml file for logging the related information. The log4j.xml configuration file is available at SOI_HOME\resources. The logging is enabled by default in this log file at the INFO level. Multiple log4j appenders are defined for ActiveMQ, IFW, and so on.
To enable more verbose logging, set a specific logger to DEBUG or TRACE. Additionally, if you want to increase all logging for the framework, set Root IFW Logger to DEBUG or TRACE instead of INFO:
<!-- ROOT IFW LOGGER --> <logger name="com.ca.sam.ifw" additivity="false">
<level value="INFO" />
<appender-ref ref="IFW" /> </logger>
|
Copyright © 2013 CA.
All rights reserved.
|
|