6.4 Logging

Once the sample application client is triggered, the logs get written onto RTI-server.log from the path <<ILP deploy area>>/logs

By default, the log mode will be set to ‘info’. If detailed logs are required then follow these steps:
  1. Navigate to <FIC_HOME>/realtime_processing/WebContent/WEB-INF/
  2. Edit the file log4j.xml to modify the level value of the code from ‘info’ to ‘debug’ as follows:
    <logger name="com.ofs.aai">
    <level value="DEBUG"/>
    </logger>
  3. Create ilp.ear/ilp.war. For more information, refer to the Creating ILP.ear/ ILP.warsection in the Oracle Financial Services Inline Processing Engine Configuration Guide available on the OHC page.
  4. Deploy the ILP.earfile. For more information, refer to the Deploying ILP.ear. in Weblogic section or Deploying ILP.ear in Websphere section in the Oracle Financial Services Inline Processing Engine Configuration Guide available on the OHC page.