Enabling DEBUG Logs on SDI Server

You can enable DEBUG Logs on SDI Server.

Perform the following steps:
  1. Stop the SDI Server process.
  2. Pre-7.2.0-ISS-SDI-FP0008
    1. Edit the <SDI_Solution_Directory>/etc/log4j.propertiesfile.
    2. Modify the following line:
      log4j.rootCategory=INFO, Default
      to
      log4j.rootCategory=DEBUG, Default
    Post-7.2.0-ISS-SDI-FP0008
    1. Edit the <SDI_Solution_Directory>/etc/log4j2.xml file.
    2. Modify the following line:
      <Root level="info">
      to
      <Root level="debug">
  3. Start the SDI Server process.
  4. Re-create the issue, and then collect the <SDI_Solution_Dir>/logs/ibmdi.log file.
Logs are not getting printed in FP13 in Windows OS
To fix this issue copy log4j2.xml file from <SDI_Home_Dir>/etc and add to the <SDI_Solution_Dir>/etc (which was missing there). Then configure <SDI_Solution_Dir>/ibmdiservice.props with jvmcmdoptions=-Dlog4j2.configurationFile=etc\log4j2.xml