log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

Feature request: include database process id in log messages

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

It would be a lot easier to correlate messages that log4jdbc writes with 
information available from the database itself if log4jdbc included in its 
messages the process identifier used by the database.

One application of this feature would be to diagnose deadlocks. SQL Server will 
report the process identifiers of the processes involved in a deadlock, and 
log4jdbc reports statements executed, but there currently is no way to 
correlate the two.

Original issue reported on code.google.com by [email protected] on 12 Dec 2013 at 4:31

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter