Return-Path: Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: (qmail 6206 invoked from network); 11 Apr 2009 05:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Apr 2009 05:44:14 -0000 Received: (qmail 63819 invoked by uid 500); 11 Apr 2009 05:44:12 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 63718 invoked by uid 500); 11 Apr 2009 05:44:12 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@logging.apache.org Received: (qmail 63707 invoked by uid 99); 11 Apr 2009 05:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 05:44:12 +0000 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jwhite@asidejob.com designates 69.89.17.208 as permitted sender) Received: from [69.89.17.208] (HELO outbound-mail-08.bluehost.com) (69.89.17.208) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Apr 2009 05:44:02 +0000 Received: (qmail 23682 invoked by uid 0); 11 Apr 2009 04:42:28 -0000 Received: from unknown (HELO host111.hostmonster.com) (74.220.207.111) by outboundproxy1.bluehost.com with SMTP; 11 Apr 2009 04:42:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=asidejob.com; h=Message-ID:Date:From:To:Subject:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:User-Agent:X-Identified-User; b=EIhqruNF6ImQpEJf8+UZrE9nFs8ErDPQDOWxoylFGRDl1m6uj1YOq396+vpNq7BE+U2SoqVwIwVP01r1QBwM0v7XYll5AdpGaURdlIuTta1SRTKMq103aOdLZMC2KgL1; Received: from localhost ([127.0.0.1]) by host111.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1LsW0C-0005b1-JX; Fri, 10 Apr 2009 23:43:40 -0600 Received: from 24.10.97.90 ([24.10.97.90]) by asidejob.com (Horde MIME library) with HTTP; Fri, 10 Apr 2009 22:43:40 -0700 Message-ID: <20090410224340.0cr4f8l5twogooo8@asidejob.com> Date: Fri, 10 Apr 2009 22:43:40 -0700 From: Joe White To: Log4J Users List , Jacob Kjome Subject: Hibernate and Logback References: <22987689.post@talk.nabble.com> <49E01E6A.3070904@visi.com> In-Reply-To: <49E01E6A.3070904@visi.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_3244q53jf6ks" Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) X-Identified-User: {1128:host111.hostmonster.com:lightnin:asidejob.com} {sentby:smtp auth 127.0.0.1 authed with jwhite@asidejob.com} X-Virus-Checked: Checked by ClamAV on apache.org --=_3244q53jf6ks Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Description: Plaintext Version of Message Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm using Hibernate with logback, and it appears that Hibernate is =20 stuck in DEBUG logging mode. The documentation states that it works =20 (Hibernate that is) with logback, but I don't know how to turn it to =20 error only. Here is my logback.xml file. =A0 =A0=A0=A0 myApp.log =A0=A0=A0 =A0=A0=A0=A0=A0 %date %level [%thread] %logger{10} [%file:%line] = =20 %msg%n =A0=A0=A0 =A0 =A0 =A0=A0=A0 =A0=A0=A0=A0=A0 %msg%n =A0=A0=A0 =A0 =A0 =A0=A0=A0 =A0=A0=A0 =A0 --=_3244q53jf6ks--