allen501pc / jlibs

Automatically exported from code.google.com/p/jlibs
0 stars 0 forks source link

Tracing output can't be turned off #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Simply use DAO system

What is the expected output? What do you see instead?

Expected output would be nothing at all, instead there are messages like:
newConnection
SQL[true]: SELECT ... FROM ...
closed

What version of the product are you using? On what operating system?

r935

Please provide any additional information below.

It looks like there are just some debugging calls left in JDBC.java & 
TransactionManager.java; If these can be removed, or turned off unless a debug 
property is set, that would be great.

Also, thanks for the quick fix to issue #12.

Original issue reported on code.google.com by eire...@gmail.com on 20 Apr 2011 at 4:22

GoogleCodeExporter commented 9 years ago
FIXED r1499
now it is turned off by default. To turn on, use -Djlibs.jdbc.debug=true

Original comment by santhosh.tekuri@gmail.com on 20 Apr 2011 at 5:11