Set up the log4j2.xml file for Empirica Topics
You edit the log4j2.xml file to specify where to store the Empirica Topics log files.
Perform these steps using the non-privileged user account on the application server.
- Navigate to the <INSTALL_DIR>/TopicsService/WEB-INF/classes directory, for example:
$ cd /u01/stage/Signal_Install/TopicsService/WEB-INF/classes
- Using a text editor, open the log4j2.xml file.
- Set the <Property name="filePath"> tag parameter to the directory where to store the Empirica Topics log files, for example:
<Property name="filePath">/u01/app/oracle/product/Signal/logs</Property>
(Upgrade only) If you customized the log4j.properties file for the previous release of the Empirica Signal software, apply the customizations to the log4j2.xml file for the current release.
- Save and close the file.