VGalaxies commented on code in PR #2231:
URL:
https://github.com/apache/incubator-hugegraph/pull/2231#discussion_r1225296861
##########
hugegraph-dist/src/assembly/static/bin/gremlin-console.sh:
##########
@@ -113,7 +113,7 @@ if [ -z "${HADOOP_GREMLIN_LIBS:-}" ]; then
fi
if [ -z "${JAVA_OPTIONS:-}" ]; then
- JAVA_OPTIONS="-Dtinkerpop.ext=$EXT
-Dlog4j.configuration=conf/log4j-console.properties
-Dgremlin.log4j.level=$GREMLIN_LOG_LEVEL -javaagent:$LIB/jamm-0.3.0.jar"
+ JAVA_OPTIONS="-Dtinkerpop.ext=$EXT
-Dlog4j.configurationFile=conf/log4j2.xml
-Dgremlin.log4j.level=$GREMLIN_LOG_LEVEL -javaagent:$LIB/jamm-0.3.0.jar"
fi
Review Comment:
@imbajin If set `-l TRACE` or `-l DEBUG`, it will print out the actual
running command with options.
```bash
./bin/gremlin-console.sh -l DEBUG -- -i scripts/example.groovy
```
--
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]