To run GridGain in debug mode, add an additional JVM option
-DGRIDGAIN_DEBUG_ENABLED=true
at the start of the GridGain script and uncomment the following section in the file GRIDGAIN_HOME / config / default-log4j.xml:
<category name="org.gridgain">
<level value="DEBUG"/>
</category>
source
share