Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.11
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The current implementation of org.activiti.engine.impl.interceptor.LogInterceptor logs the execution of all commands at fine level.
Given that constructing log messages are quite expensive in this case (concatenating multiple strings); log guards (java.util.logging.Logger.isLoggable(Level)) should be used to reduce unnecessary overhead in production systems where fine level logging is disabled for frameworks.
isnt this duplicate of
ACT-128?