Results 1 to 2 of 2

Thread: PerformanceMonitorInterceptor not outputting in log?

  1. #1
    Join Date
    Jun 2005
    Location
    Brisbane
    Posts
    9

    Default PerformanceMonitorInterceptor not outputting in log?

    Hi guys,

    I've got the same code to setup the a PerformanceMonitorInterceptor in a couple of VMs. However, the logging output is only seen in one VM in the system , and not another VM. (distributed system).

    Any ideas what the problem could be here? Classpath? Log4j settings? anything else?

    Thanks,

    Matt.

  2. #2
    Join Date
    Aug 2004
    Posts
    107

    Default Re: PerformanceMonitorInterceptor not outputting in log?

    It is mostly like the log4j settings (if you are using log4j).

    The PerformanceMonitorInterceptor uses the trace method from the commons logger (which translates to DEBUG if you using log4j 1.2.x).

    Dino

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •