Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Helium
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
1883
-
Normal
Description
This is required for performance reasons.
Basically instead of simply doing.
LOG.debug("Foo {}", bigcalc());
do
if(LOG.isDebugEnabled()){
LOG.debug("Foo {}", bigcalc());
}
This bug applies to code in,
sal-clustering-commons
sal-akka-raft
sal-distributed-datastore