PROBLEM DESCRIPTION


Please refer this article to enable the DEBUG logging mode in Infoworks ADE.


STEPS TO CONFIGURE THE DEBUG MODE


Sometimes, we need to change the ingestion job log level to DEBUG mode to get more information.

Steps to turn on debug logging for Ingestion jobs,


a) Login to the Infoworks edge node

b) Go to $IW_HOME/conf

c) Open the file ingestion.log4j.properties

d) Set log4j.rootLogger to DEBUG


Example:

Before change:


log4j.rootLogger=INFO, file


After change:


log4j.rootLogger=DEBUG, file