-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.20.0
-
Component/s: auth-external
-
Labels:None
the DefaultSyncContext contains quite some condition log output on DEBUG level in the form of
if (log.isDebugEnabled()) {
log.debug(mgs, objects);
}
in order to improve readability of the code, i would move that to a private method.