Logging
Make sure the log level is set to INFO or ERROR. Never use a verbose log setting like DEBUG or TRACE in a production environment.
There are three places where you can configure logging:
*
Set the logging level in the interact_log4j.properties file. By default, this file is installed in <install_dir>/Interact/conf directory, where <install_dir> is the parent directory where your IBM® products are installed.
*
Confirm that Interact API is not logging. Logging is determined by Boolean setting available in the startSession and setDebug methods.
*