Enabling DEBUG Logs on SDI Server
You can enable DEBUG Logs on SDI Server.
Perform the following steps:
- Stop the SDI Server process.
-
- Pre-7.2.0-ISS-SDI-FP0008
-
- Edit the <SDI_Solution_Directory>/etc/log4j.propertiesfile.
- Modify the following line:
tolog4j.rootCategory=INFO, Defaultlog4j.rootCategory=DEBUG, Default
- Post-7.2.0-ISS-SDI-FP0008
-
- Edit the <SDI_Solution_Directory>/etc/log4j2.xml file.
- Modify the following line:
to<Root level="info"><Root level="debug">
- Start the SDI Server process.
- 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