i4late / log4jdbc-remix

Automatically exported from code.google.com/p/log4jdbc-remix
0 stars 0 forks source link

方法的解释 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1612922 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. ResultSet.getType() 
returned 1003
1612938 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. ResultSet.next() 
returned true
1612938 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. 
ResultSet.getString(FACTORY_NO) returned 5000
1612938 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. ResultSet.wasNull() 
returned false
1612938 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. 
ResultSet.getString(SO_ID) returned 0000486649
1612938 [http-bio-8080-exec-10] INFO jdbc.resultset - 20. ResultSet.wasNull() 
returned false
这样的输出太过啰嗦了。能不能去掉呢?

Original issue reported on code.google.com by i4l...@gmail.com on 31 Oct 2012 at 9:18

GoogleCodeExporter commented 9 years ago
Chinese translated to English:
This output is too long-winded. Can not get rid of it?

Original comment by tim.azzo...@gmail.com on 31 Oct 2012 at 11:17

GoogleCodeExporter commented 9 years ago
just set the log level above INFO (e.g. ERROR) and these messages should be 
removed

Original comment by tim.azzo...@gmail.com on 28 Apr 2013 at 1:37