Angela Schreiber created OAK-8738:
-------------------------------------
Summary: DefaultSyncContext: separate private method for
conditional log output
Key: OAK-8738
URL: https://issues.apache.org/jira/browse/OAK-8738
Project: Jackrabbit Oak
Issue Type: Improvement
Components: auth-external
Reporter: Angela Schreiber
Fix For: 1.20.0
the {{DefaultSyncContext}} contains quite some condition log output on DEBUG
level in the form of
{code}
if (log.isDebugEnabled()) {
log.debug(mgs, objects);
}
{code}
in order to improve readability of the code, i would move that to a private
method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)