rdsprinkle commented on issue #10: Tune logging: assume that info is enabled URL: https://github.com/apache/commons-jcs/pull/10#issuecomment-586374021 Bypassing the tests for log.info enabled means that each item always performs a String concatenation to build the log message. You should pass the message in as separate arguments and then log will only perform the concatenation if it is enabled.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
