Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-411

Performance: logger calls are not optimal

Agile BoardAttach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Description

    Several logger calls are getLogger().debug()
    Should be replace by:

    if ( getLogger().isDebugEnabled() )
    {
        getLogger().debug( ... );
    }
    

    Attachments

      Activity

        This comment will be Viewable by All Users Viewable by All Users
        Cancel

        People

          siveton Siveton Vincent
          siveton Siveton Vincent
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved:

            Slack

              Issue deployment