How do I set up my ILLiad Services for Debug Logging?
Symptom
- You want to set up your ILLiad Service for Debug logging for better troubleshooting
Applies to
- ILLiad
Resolution
Here are the different services, what you need to change and the name of the file you need to change.
- Connection Manager - The rootloger should be "log4d.rootLogger=DEBUG,ROOT" - ConnectionManager.log4d.props.
- Odyssey Manager - The rootloger should be "log4d.rootLogger=DEBUG,ROOT" - OdysseyManager.log4d.props.
- ISO Manager - There is no change, it automatically logs everything.
- Rapid Manager - The level value should be <level value="DEBUG" /> - RapidManager.log.config.
- System Manager - The level value should be <level value="DEBUG" /> - ILLiadSystemManager.log.config.
- After updating the value to DEBUG, you need to restart the ILLiad Service.