You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2019/11/25 06:29:06 UTC

[jira] [Closed] (OAK-8738) DefaultSyncContext: separate private method for conditional log output

     [ https://issues.apache.org/jira/browse/OAK-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke closed OAK-8738.
-------------------------------

> 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)