Hi, I've been wondering if the condition guarding log statement in tomcat src like:
if (log.isDebugEnabled()) log.debug("[4] Backup becoming primary");
Is it on purpose, for performance sake or just legacy code.
Would the string inside get GC or st?
Thanks.
Regards,
