richardstartin opened a new issue, #2119: URL: https://github.com/apache/helix/issues/2119
It isn't necessary to call `String.format` when using Log4j - it has more efficient means of performing string interpolation. <img width="581" alt="Screenshot 2022-05-25 at 10 36 54" src="https://user-images.githubusercontent.com/16439049/170231905-047851af-d900-4a47-b41e-cd3759c5e9c0.png"> This leads to unnecessary overhead. -- 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]
