-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: How to enable Hibernate debug logging using JBoss log4j.xml
PostPosted: Wed Feb 16, 2005 11:33 am 
Newbie

Joined: Wed Feb 16, 2005 10:46 am
Posts: 13
Location: Lake Worth, FL
I am using JBoss 4.0.1 and Hibernate 2.1.6.

I would like to enable Hibernate debug logging so I edited the log4j.xml file in the JBoss default/conf directory from the default ...

Code:
   <category name="net.sf.hibernate">
     <priority value="INFO" />
   </category>


to ...

Code:
   <category name="net.sf.hibernate">
     <priority value="DEBUG" />
   </category>


If I then stop and start JBoss and run my tests, I see no Hibernate debug messages only INFOs. This does not seem to do anything.


I looked at the Hibernate FAQ and I don't see the answer to this question in there. Could someone please add it.

Thanks.
Joe


Top
 Profile  
 
 Post subject: Re: How to enable Hibernate debug logging using JBoss log4j.
PostPosted: Wed Feb 16, 2005 1:07 pm 
Senior
Senior

Joined: Tue Aug 03, 2004 2:11 pm
Posts: 142
Location: Somerset
jsimone wrote:
I am using JBoss 4.0.1 and Hibernate 2.1.6.

I would like to enable Hibernate debug logging so I edited the log4j.xml file in the JBoss default/conf directory from the default ...


Hibernate uses commons logging so it may well be that something up the stack has grabbed the logger in preference to log4j, which is why your log4j.xml cahnges are having no effect.

Look up the documentation on commons logging (jakarta commons).

_________________
On the information super B road


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.