Subject Re: [Firebird-Java] How to enable Jaybird logging in JBoss?
Author Joachim Van der Auwera
Ok, found the fix myself, in log4j.xml, you also have to set the threshold
for the relevant appender, so (many tags removed)

<appender name="FILE"
class="org.jboss.logging.appender.DailyRollingFileAppender">
<param name="Threshold" value="TRACE"/>
</appender>

Joachim