Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1895

Use log.trace in InterceptorSequencer

    XMLWordPrintable

Details

    • 1.0.3

    Description

      Profiling has revealed a hotspot in invocation:

      public Object aroundInvoke(Invocation invocation) throws Throwable

      { log.debug("aroundInvoke " + invocation); return invoke(invocation); }

      Change this to log.trace() and apply a isTraceEnabled check

      Attachments

        Issue Links

          Activity

            People

              arubinge@redhat.com Andrew Rubinger (Inactive)
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: