This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Turning up logging output of TransactionServicetroypoppe May 10, 2004 2:46 PM (in response to troypoppe)I've also tried to add the following to log4j.xml with no helpful output: <category name="org.jboss.ejb"> <priority value="DEBUG" /> </category> 
 t
- 
        2. Re: Turning up logging output of TransactionServicesesques May 10, 2004 2:51 PM (in response to troypoppe)Hi, 
 Try<category name="org.jboss.ejb.plugins"> <priority value="DEBUG" class="org.jboss.logging.XLevel"/> </category> 
 I hope it helps.
 Pascal
- 
        3. Re: Turning up logging output of TransactionServicetroypoppe May 10, 2004 3:22 PM (in response to troypoppe)Actually, I just tried this since my last post... 
 I used a slightly different line, which I think actually should generate more output:<category name="org.jboss.ejb.plugins"> <priority value="TRACE" class="org.jboss.logging.XLevel"/> </category> 
 (This was from the default install, but it was commented out...)
 Thanks.
 t
- 
        4. Re: Turning up logging output of TransactionServicetroypoppe May 10, 2004 3:24 PM (in response to troypoppe)Neither of these lines generated any additional output related to transactions.... 
 
    