The log4j.xml file is the configuration file for the logging framework used by Fredhopper.
Procedure
- Navigate to the following directory:
<BASE_DIRECTORY>\data\instances\<INDEXER>\config
- Open
log4j.xml in a text editor. If the file does not exist, contact Fredhopper.
- Add the following logging element to
log4j.xml:
<logger name="com.tridion.smarttarget.fhapiextension" additivity="false">
<level value="debug" />
<appender-ref ref="filer" />
</logger>
- Save and close
log4j.xml.