Description:


Starting from IWX 2.7.x, the scheduler service is a part of the Platform service. Below are the steps that you need to perform to enable DEBUG logging for the scheduler service.



i) cd $IW_HOME/platform/conf
ii) vi platform_server-log4j.properties

Change the below flags to DEBUG

Before Change:

log4j.logger.io.infoworks.platform.scheduler=INFO, scheduler
log4j.logger.org.quartz=INFO, scheduler


After Change:

log4j.logger.io.infoworks.platform.scheduler=DEBUG, scheduler
log4j.logger.org.quartz=DEBUG, scheduler

iii) source env.sh
iv) Restart platform service.


Applicable Infoworks versions:

v 2.7.x,v2.8.x,v2.9.x,v3.x