]
Lin Gao commented on WFLY-5652:
-------------------------------
I tested using log category: 'jboss.jdbc.spy', and it works well. So close it.
Datasource spy attribute has no effect
--------------------------------------
Key: WFLY-5652
URL:
https://issues.jboss.org/browse/WFLY-5652
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 10.0.0.CR2
Reporter: Rich DiCroce
Assignee: Lin Gao
The spy attribute of a datasource does not appear to have any effect. The datasources XSD
says to set spy to true and enable the org.jboss.jdbc log category, but I did that and got
no debug info in my log. From a quick search of the WildFly and IronJacamar codebases, it
looks like no meaningful code ever checks the value of the spy attribute.