refreshExtendedLogging()

Refreshes the Log4J log without restarting the adapter whenever changes are made to the Log4J properties file.

Two log types are available: SDK log and Log4J log. By default, SDK log is used. If you want to use the Log4J log, you have to set properties to enable it.

To enable the Log4J log, complete the following steps:

Procedure

  1. Set the adfiles.trace.extended property to ON.
    This is to enable Log4J log.
  2. Specify a path for the adfiles.trace.log4j.properties property, the default path is %TIB_ADFILES_HOME%/bin/adfiles.log4j.properties.
    This is to specify the path for the Log4J configuration file.
  3. (Optional) Set the adfiles.trace.thread property to ON.