-->
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: Could not log bind parameters
PostPosted: Thu Feb 19, 2004 2:01 pm 
Newbie

Joined: Fri Oct 17, 2003 2:31 pm
Posts: 3
I had the following two categories in my log4j.xml file. I could see the SQL debug info in my log file, but I could not find the debug info for the bind parameters. Could someone help please?


<category name="net.sf.hibernate.SQL">
<level value="debug"/>
<appender-ref ref="LogFile" />
</category>

<category name="net.sf.hibernate.type">
<level value="trace"/>
<appender-ref ref="LogFile" />
</category>


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 20, 2004 6:41 am 
Beginner
Beginner

Joined: Thu Jan 01, 2004 11:36 am
Posts: 23
Location: Belgium
I would suggest the following the see the bind variable info (it works in my log4j.properties file

<category name="net.sf.hibernate.type">
<level value="debug"/>
<appender-ref ref="LogFile" />
</category>


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.