I try to activate JDBC logs into wildfly:
I added to my standalone.xml in subsystem "urn:jboss:domain:logging:2.0":
<logger category="jboss.jdbc.spy">
<level name="TRACE"/>
</logger>
and in my datasource statement : spy="true"
But, I haven't SQL logs ! Have I forgot something ? any ideas ?
Edit : Obviously, the problem is arquillian because it seems to work when I start the server, but not when the server is started by arquillian. any ideas ?