Re: [hibernate-dev] Hibernate + Log4J2 Performance Problem

2014-07-11 Thread Scott Marlow
On 07/11/2014 07:53 AM, Petar Tahchiev wrote: > Hello, > > I'm really sorry to post this here but I couldn't find any jboss-logging > mailing list. https://lists.jboss.org/mailman/listinfo/wildfly-dev might also be a good place to post on. The developers that work on jboss-logging, will see yo

Re: [hibernate-dev] Hibernate + Log4J2 Performance Problem

2014-07-11 Thread Petar Tahchiev
Hi Sanne, yes, as you can see: - So I got rid of this dependency and I added the jboss-logging. So now here's my set of jars: hibernate-core hibernate-entitymanager hibernate-c3p0 hibernate-validator log4j2 org.jboss.logging:jboss-logging:jar:3.2.0.

Re: [hibernate-dev] Hibernate + Log4J2 Performance Problem

2014-07-11 Thread Sanne Grinovero
Hi, I never tried Log4j2 myself, but while excluding all jboss-logging artifacts, are you making sure you keep at least one (compatible) version of it? You need JBoss Logging to log anything, even if you re-route the actual output to a different logger, as that's what Hibernate will use as primary