Subject | Log4J Logging With Jaybird |
---|---|
Author | Jack Frosch |
Post date | 2004-03-17T19:24:02Z |
I'm trying to configure Log4J (in JBoss) to log DEBUG and higher
Priority messages as follows:
<category name="org.firebirdsql">
<priority value="DEBUG"/>
</category>
I'm not getting most of the DEBUG messages. However, I do get this
message in the log:
2004-03-17 13:11:20,000 DEBUG
[org.firebirdsql.jca.FBManagedConnectionFactory.FooDS] Binding object
'org.firebirdsql.jdbc.FBDataSource@952905' into JNDI at 'java:/FooDS'
So, it seems a *few* Jaybird debug messages are coming through.
What am I missing in getting all the debug output logged?
TIA.
Jack
Priority messages as follows:
<category name="org.firebirdsql">
<priority value="DEBUG"/>
</category>
I'm not getting most of the DEBUG messages. However, I do get this
message in the log:
2004-03-17 13:11:20,000 DEBUG
[org.firebirdsql.jca.FBManagedConnectionFactory.FooDS] Binding object
'org.firebirdsql.jdbc.FBDataSource@952905' into JNDI at 'java:/FooDS'
So, it seems a *few* Jaybird debug messages are coming through.
What am I missing in getting all the debug output logged?
TIA.
Jack