snleee 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_r286114045
########## 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: correct. It's just a cleanup to make the behavior same as before (when we used log4j). ---------------------------------------------------------------- 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