Documentation Center

Configuring SmartTarget logging on Fredhopper

The log4j.xml file is the configuration file for the logging framework used by Fredhopper.

Procedure

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