1 Reply Latest reply on Oct 7, 2004 6:18 AM by fatbatman

    Turning down Hibernate logging

      Hello,

      I'm using Hibernate with JBoss as an mbean.

      I'm trying to turn the debug level for hibernate down, how do I do this?

      I've turned off displaying SQL by putting

      false

      into jboss-service.xml


      But I still get lots of debug message like;

      2004-10-07 08:06:34,905 DEBUG [net.sf.hibernate.impl.SessionImpl] Processing unreferenced collections
      2004-10-07 08:06:34,905 DEBUG [net.sf.hibernate.impl.SessionImpl] Scheduling collection removes/(re)creates/updates
      2004-10-07 08:06:34,905 DEBUG [net.sf.hibernate.impl.SessionImpl] Flushed: 0 insertions, 0 updates, 0 deletions to 0 objects

      How do I turn these off?

      Thanks in advance

      regards

      James