You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/21 16:24:21 UTC

[GitHub] [incubator-pinot] snleee commented on a change in pull request #4228: Fixing log issue for pinot-tools package

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org