-->
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: Hibernate cache logging is not woking in 3.6.0.Final release
PostPosted: Fri Nov 26, 2010 7:36 am 
Newbie

Joined: Fri Nov 26, 2010 7:23 am
Posts: 2
Hi,

I’m facing one problem hibernate cache logging is not working in 3.6.0.Final version. But I found jdbc and transactions loggings are working. Please find below my log4j.properties and jar files I’m using in my classpath (I’m testing on JBoss5.1.0GA)

Jars:
Hibernate-3.6.0.Final.jar
hibernate-entitymanager-3.4.0.GA.jar
hibernate-jpa-2.0-api-1.0.0.Final.jar
hibernate-validator-4.1.0.Final.jar
slf4j-api-1.6.1.jar
slf4j-ext-1.6.1.jar
slf4j-jcl-1.6.1.jar
slf4j-jdk14-1.5.11.jar
slf4j-jdk14-1.6.1.jar
slf4j-log4j12-1.6.1.jar
slf4j-nop-1.6.1.jar
slf4j-simple-1.6.1.jar
log4j-1.2.16.jar

log4j.properties:

### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n

log4j.rootLogger=error, stdout

log4j.logger.org.hibernate.cache=debug


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.