Could anybody please guide me on how to enable debug log for forge and dgidx on endeca?
Thanks in advance.
Mohan
Forge and Dgidx are simply Spring beans configuration in Endeca (in a file called DataIngest.xml).
DataIngest.xml
<Your-Endeca-App>/config/script/DataIngest.xml
<forge>
<args>
<arg>-vi</arg>
<arg>-vd</arg>
vi
vd
<dgidx>
<arg>-v</arg>
Forge and Dgidx are simply Spring beans configuration in Endeca (in a file called
DataIngest.xml).<Your-Endeca-App>/config/script/DataIngest.xml<forge>tag<args>section, change the<arg>-vi</arg>to<arg>-vd</arg>(vistands for "verbose INFO" andvdstands for "verbose DEBUG")<dgidx>tag<arg>-v</arg>is present in the<args>section