Hi,

I recently have started using the SlowQueryReport to tackle performance issues. 
The log message, unfortunately, does not contain the parameters passed to the 
prepared statements. Though AbstractQueryReport receives this information in

protected String report*Query(String query, Object[] args, final String name, 
long start, long delta)

but ignores this information. The report would highly benefit from. E.g., 
Commons DBUtils prints out the query and the parameters in the case of an 
exception. The sole query isn't really helpful.

Can we add this? Should I file a ticket?

Thanks,

Michael

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

Reply via email to