I think you have to edit your jboss.conf file also. Add Debug like in my example below:
<MLET CODE = "org.jboss.logging.ConsoleLogging" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="Information,Warning,Error,Debug">
<ARG TYPE="java.lang.String" VALUE="[{2}] {4}">
</MLET>
/L
----- Original Message -----
From: Henri Chen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 12:44 PM
Subject: [jBoss-Dev] How can I turn on the jaws debug log and where is thelog?
> Hi!
>
> I am trying to "link" the jaws to a new RDB system. However, there is some
> little problem there. I need to take a look of what the jaws calls to my
> jdbc driver. Can someone tell me how to turn on the debug log and where will
> be the log file?
>
> I have tried to set the public static boolean debug = true; in
> JDBCCommand.java but still see no trace at all.
>
> Regards,
>
> Henri Chen
> [EMAIL PROTECTED]
>