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 2022/09/14 21:23:49 UTC

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #9398: Reduce the log in tests

Jackie-Jiang commented on code in PR #9398:
URL: https://github.com/apache/pinot/pull/9398#discussion_r971308723


##########
pinot-broker/src/test/resources/log4j2.xml:
##########
@@ -22,14 +22,15 @@
 <Configuration>
   <Appenders>
     <Console name="console" target="SYSTEM_OUT">
-      <PatternLayout>
-        <pattern>%d{HH:mm:ss.SSS} %c{1} - %m%n</pattern>
-      </PatternLayout>
+      <PatternLayout pattern="%d{HH:mm:ss.SSS} %p [%c{1}] [%t] %m%n"/>

Review Comment:
   I didn't change the production log pattern, but only the test log pattern to match the integration test setting, which gives some useful debugging info such as log level and thread.



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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