I would like to turn the spectrum connector debug logging off. Since there is no way to auto clean the logs, think might be better to have it off.
Release : 4.2
Component : Service Operations Insight (SOI) Manager
To turn off debug, edit \soi\resources\log4j_IFW.xml and change from DEBUG to INFO
<logger name="com.ca.sam.ifw" additivity="false">
<level value="DEBUG" />
<appender-ref ref="IFW" />
</logger>
Saved file and it will take affect without restarting any services.