https://issues.apache.org/bugzilla/show_bug.cgi?id=51237

             Bug #: 51237
           Summary: SlowQueryReport interceptor does not log anything
           Product: Tomcat Modules
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: jdbc-pool
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: hay_d...@yahoo.com
    Classification: Unclassified


The documentation I've seen for the SlowQueryInterceptor
(http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html#org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport)
indicate that it is supposed to log a message with level WARN when a slow query
is detected or there is a failure.  However, it appears that no logging is ever
done.  reportSlowQuery and reportFailedQuery simply record the event with the
QueryStats object.  No call to the logging framework is ever made.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to