-->
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.  [ 1 post ] 
Author Message
 Post subject: org.hibernate.type not being logged
PostPosted: Mon Nov 20, 2006 6:20 am 
Newbie

Joined: Thu Sep 23, 2004 11:24 am
Posts: 2
For below log4j config, i'm seeing all messages as intented by the configuration except for org.hibernate.type. Is there anything else i need to do to make these messages appear ? I'm using hibernate 3.1, spring 2.0, wls 8.1.


<!-- Log SQL statements-->
<logger name="org.hibernate.SQL">
<level value="DEBUG" />
<appender-ref ref="HIBERNATE" />
</logger>

<!-- Log the values assigned to the SQL parameters and results -->
<logger name="org.hibernate.type">
<level value="DEBUG" />
<appender-ref ref="HIBERNATE" />
</logger>

<!-- Log transaction event/JTA -->
<logger name="org.hibernate.transaction">
<level value="DEBUG" />
<appender-ref ref="HIBERNATE" />
</logger>

<logger name="org.hibernate.event.def.AbstractFlushingEventListener">
<level value="DEBUG" />
<appender-ref ref="HIBERNATE" />
</logger>


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

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.