VGalaxies commented on code in PR #2589:
URL:
https://github.com/apache/incubator-hugegraph/pull/2589#discussion_r1681073760
##########
hugegraph-pd/hg-pd-dist/src/assembly/static/conf/log4j2.xml:
##########
@@ -129,7 +129,7 @@
<!-- Use mixed async way to output logs -->
<logger name="org.apache.hugegraph" level="INFO" additivity="false">
<appender-ref ref="file" />
- <appender-ref ref="console" />
+<!-- <appender-ref ref="console" />-->
Review Comment:
Refer to the startup configuration of IDE for PD as follows:
```text
-Dname=HugeGraphPD
-Xms512m
-Xmx6889m
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/home/vgalaxies/Desktop/incubator-hugegraph/hugegraph-pd/apache-hugegraph-incubating-pd-1.5.0/logs
-Dspring.config.location=/home/vgalaxies/Desktop/incubator-hugegraph/hugegraph-pd/apache-hugegraph-incubating-pd-1.5.0/conf/application.yml
-Dlog4j.configurationFile=/home/vgalaxies/Desktop/incubator-hugegraph/hugegraph-pd/apache-hugegraph-incubating-pd-1.5.0/conf/log4j2.xml
```
--
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]