Subject How to enable Jaybird logging
Author K. Kumakura
Hello,

Could any one pls tell me how to enable Jaybird logging?

I want to enable logging of Jaybird(2.0.0) running with JBoss.
I put the following into JBOSS_HOME/server/default/conf/log4j.xml:
<category name="org.firebirdsql">
<priority value="DEBUG"/>
</category>
and started JBoss with
java ... -DFBLog4j=true ... org.jboss.Main

However, no logging by Jaybird appeared in the log file.

Regards,

K. Kuma