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 products are installed.

  • Confirm that Unica Interact API is not logging. Logging is determined by Boolean setting available in the startSession and setDebug methods.

  • Confirm that JMX monitoring is set to Info with the activateInfo JMX operation.