dongjoon-hyun commented on code in PR #42627:
URL: https://github.com/apache/spark/pull/42627#discussion_r1303739620
##########
connector/connect/client/jvm/src/test/resources/log4j2.properties:
##########
@@ -32,7 +32,7 @@ appender.console.type = Console
appender.console.name = console
appender.console.target = SYSTEM_ERR
appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = %t: %m%n%ex
+appender.console.layout.pattern = %d{HH:mm:ss.SSS} %p %c:
%maxLen{%m}{512}%n%ex{8}%n
Review Comment:
Did we mention this log style change in the PR description clearly? It's
more than a simple truncation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]