mcvsubbu commented on a change in pull request #4228: Fixing log issue for pinot-tools package URL: https://github.com/apache/incubator-pinot/pull/4228#discussion_r286088811
########## File path: pinot-tools/src/main/resources/conf/pinot-tools-log4j2.xml ########## @@ -21,11 +21,7 @@ --> <Configuration> <Appenders> - <Console name="console" target="SYSTEM_OUT"> - <PatternLayout> - <pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %p [%c{1}] [%t] %m%n</pattern> - </PatternLayout> - </Console> + <Console name="console" target="SYSTEM_OUT" /> Review comment: this change seems not related to the problem, right? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org