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 15:29:50 UTC

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

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