ctubbsii commented on code in PR #6191:
URL: https://github.com/apache/accumulo/pull/6191#discussion_r2907956349


##########
assemble/conf/log4j2-service.properties:
##########
@@ -32,7 +32,7 @@ appender.console.type = Console
 appender.console.name = STDERR
 appender.console.target = SYSTEM_ERR
 appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = %d{ISO8601} [%-8c{2}] %-5p: %m%n
+appender.console.layout.pattern = %d{ISO8601} [%T;%t] [%-8c{2}] %-5p: %m%n

Review Comment:
   I think for the assembly tarball, we can ship something more like: 
`[tid=%T]` instead of `[%T;%t]`. That keeps it shorter.



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

Reply via email to