Return-Path: Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: (qmail 95195 invoked from network); 12 Jun 2009 06:13:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 06:13:13 -0000 Received: (qmail 1809 invoked by uid 500); 12 Jun 2009 06:13:25 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 1765 invoked by uid 500); 12 Jun 2009 06:13:25 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 1753 invoked by uid 99); 12 Jun 2009 06:13:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 06:13:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.78.103.231] (HELO vorsha.objectstyle.org) (208.78.103.231) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 12 Jun 2009 06:13:17 +0000 Received: (qmail 29041 invoked from network); 12 Jun 2009 06:12:54 -0000 Received: from unknown (HELO ?IPv6:::1?) (127.0.0.1) by localhost with SMTP; 12 Jun 2009 06:12:54 -0000 Message-Id: From: Andrus Adamchik To: user@cayenne.apache.org In-Reply-To: <4674DDE6-18FB-43EA-A4A7-5154D183E5D0@earthlink.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Cayenne logging Date: Fri, 12 Jun 2009 09:12:53 +0300 References: <6E39D30A-4C08-4D36-B91D-233F834B884B@objectstyle.org> <4A311112.5040905@gmail.com> <4A311301.7040805@maniatis.org> <5CF274C8-75BE-4C6C-BE01-AEAD1D041EEC@earthlink.net> <8C924D64-98E1-4751-A511-7A5F98249A50@earthlink.net> <6EAC7D7F-3D9E-484A-92E0-77495C2AA814@objectstyle.org> <4674DDE6-18FB-43EA-A4A7-5154D183E5D0@earthlink.net> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 11, 2009, at 11:05 PM, Joe Baldwin wrote: > Question: > Is is possible that the Cayenne hard-coded defaults (which I read > about somewhere in your docs), are over-riding my loggin.properties? Actually no. Cayenne (or your application code) would log something with a certain priority. A logging framework decides whether a given priority should be logged or ignored. I have very little experience with the new Tomcat "juli" logger. So another random thing to try: instead of OFF, can you try WARN (Cayenne logs everything with level INFO, so WARN should suppress the logging). Andrus