[
https://issues.apache.org/jira/browse/OAK-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Angela Schreiber resolved OAK-8738.
-----------------------------------
Resolution: Fixed
Committed revision 1869269.
> 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
> Priority: Minor
> 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)