Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要弄清楚为什么我的代码不起作用,需要更多信息。调试消息可能会有所帮助。
如何在调试模式下启动 GridGain 节点?
要在调试模式下启动 GridGain,请添加额外的 JVM 选项
-DGRIDGAIN_DEBUG_ENABLED=true
在 GridGain 启动脚本中并取消注释 GRIDGAIN_HOME/config/default-log4j.xml 文件中的以下部分:
<category name="org.gridgain"> <level value="DEBUG"/> </category>