Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1.0
-
None
Description
logger in interceptors got enabled again which did hit the performance badly in some scenarios.
This creates huge problems for scenarios where no native java.util.logging gets used but another kind of logging bridge. In those casess the willLog already creates a synchronization block which crashes our performance.