1 Reply Latest reply on Mar 3, 2010 2:44 PM by brian.stansberry

    How do I get JBoss5 to output debug messages similar to what I see from JBoss4?

    bigmikeatl

      I'm having an issue deploying an app on JBoss 5.  It works fine on JBoss 4.

       

      The one thing I noticed is that JBoss 5 does not output debug messages during deployment with the level of verbosity that JBoss 4 did.  Both servers have a logging level of 'DEBUG' and I *DO* see debug messages in the logs, however JBoss 5 doesn't show any debug output during deployment.

       

      Here is an example from JBoss 4 that I don't see in JBoss 4:

       

      2010-03-03 11:44:43,514 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-4.2.3.GA/server/default/deploy/my.ear

      2010-03-03 11:44:43,514 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/jboss-4.2.3.GA/server/default/deploy/my.ear

      2010-03-03 11:44:43,514 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/jboss-4.2.3.GA/server/default/deploy/my.ear -> C:\jboss-4.2.3.GA\server\default\tmp\deploy\tmp8388391561887114497my.ear

      2010-03-03 11:44:46,858 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.EARDeployer@3a835d

      2010-03-03 11:44:46,858 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/jboss-4.2.3.GA/server/default/deploy/my.ear

      2010-03-03 11:44:46,905 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/MANIFEST.MF

      2010-03-03 11:44:46,905 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: my1.jar

      ...

      Can anyone shed some light on why I can't see these messages in JBoss 5? 
      I'm hoping there's some new hidden setting, but can't seem to find it.