VGalaxies commented on code in PR #2589:
URL:
https://github.com/apache/incubator-hugegraph/pull/2589#discussion_r1682074111
##########
hugegraph-pd/hg-pd-dist/src/assembly/static/bin/start-hugegraph-pd.sh:
##########
@@ -159,8 +159,10 @@ if [ $(ps -ef|grep -v grep| grep java|grep -cE ${CONF})
-ne 0 ]; then
fi
echo "Starting HugeGraphPDServer..."
+JVM_OPTIONS="-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"
Review Comment:
Currently, for store, it is specified in both JVM_OPTIONS and
application.xml, so it might be good to unify that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]