Search code examples
endecaendeca-workbench

Enable debug logs for Endeca forge and dgidx


Could anybody please guide me on how to enable debug log for forge and dgidx on endeca?

Thanks in advance.

Mohan


Solution

  • Forge and Dgidx are simply Spring beans configuration in Endeca (in a file called DataIngest.xml).


    1. Fire up your favorite editor and open <Your-Endeca-App>/config/script/DataIngest.xml
    2. Search for the <forge> tag
    3. In the <args> section, change the <arg>-vi</arg> to <arg>-vd</arg> (vi stands for "verbose INFO" and vd stands for "verbose DEBUG")
    4. Search for the <dgidx> tag
    5. Ensure <arg>-v</arg> is present in the <args> section