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
).
<Your-Endeca-App>/config/script/DataIngest.xml
<forge>
tag<args>
section, change the <arg>-vi</arg>
to <arg>-vd</arg>
(vi
stands for "verbose INFO" and vd
stands for "verbose DEBUG")<dgidx>
tag<arg>-v</arg>
is present in the <args>
section