haohao0103 commented on code in PR #2589:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2589#discussion_r1677511058


##########
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:
   I'm just considering redundancy. My understanding is that only the console 
appender was used in the org.apache.huggegraph logger, and it was duplicated 
with the file appender, so only one was kept? So I kept the file appender



-- 
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]

Reply via email to