Modifying log levels for Opportunity Detection
You can modify log levels for Opportunity Detection Design Time and RunTime.
1.
Complete the following steps to modify log levels for Opportunity Detection Design Time and Run Time:
2.
Log in to Opportunity Detection by root.
3.
In the Opportunity_Detect_installation_home/conf directory, modify the detect_log4j.properties file to reflect the following information:
log4j.logger.com.ibm.unica.detect=INFO, FILE
4.
In the Opportunity_Detect_installation_home/InteractService/wlp/usr/servers/InteractService directory, change the console log level in the server.xml file
For example, the server.xml file can reflect the following settings:
<logging logDirectory="/opt/Detect/FakeInstall/OpDetection/
InteractService/wlp/usr/servers/InteractService/logs"
consoleLogLevel="ERROR" messageFileName="messages.log"/>
5.
6.
In the /home/streamsadmin/OpDetection/StreamsRemoteControlService/wlp/usr/servers/StreamsRCS directory, change the console log level in the server.xml file.
For example, the server.xml file can reflect the following setting:
consoleLogLevel="DEBUG"
7.
8.
In the /home/streamsadmin/OpDetection/InteractConnector/wlp/usr/servers/InteractConnector directory, change the console log level in the server.xml file.
For example, the server.xml file can reflect the following setting:
consoleLogLevel="DEBUG"
9.