Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 58269 invoked from network); 11 Jun 2006 17:35:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2006 17:35:38 -0000 Received: (qmail 86426 invoked by uid 500); 11 Jun 2006 17:35:36 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 86409 invoked by uid 500); 11 Jun 2006 17:35:36 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 86398 invoked by uid 99); 11 Jun 2006 17:35:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 10:35:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brandon.goodin@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 10:35:33 -0700 Received: by nf-out-0910.google.com with SMTP id k26so770559nfc for ; Sun, 11 Jun 2006 10:35:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g7sZl+iKaLTbCmUpGdl5CSqzYWS/xqmLXtfc07I4iPr2R1S+B2o31uzfISFCCRlvoAfvdOJ3e6spcWeIO9t0La9EC45BhY16cIvNt4iumOoPDP4rrZgoXQ4JsNepiB69Pm4DezdVVIxcJJsdG+DNGLN1HhynnixzlBVjvhXDp1Q= Received: by 10.48.210.19 with SMTP id i19mr4145229nfg; Sun, 11 Jun 2006 10:35:11 -0700 (PDT) Received: by 10.48.222.13 with HTTP; Sun, 11 Jun 2006 10:35:11 -0700 (PDT) Message-ID: <2fe5ef5b0606111035t4699c355t7dc90f38c630b6cb@mail.gmail.com> Date: Sun, 11 Jun 2006 12:35:11 -0500 From: "Brandon Goodin" To: user-java@ibatis.apache.org Subject: Re: Enabling Logging In-Reply-To: <448C51FF.6000701@munat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <448C51FF.6000701@munat.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We pulled out commons logging because we wanted zero dependencies and it was such an insignificant amount of code. It seemed silly to create dependencies for such a small amount of code. We are not going to add commons logging. But, we will fix our logging if it is not functioning :) If this is a common issue that folks are having then please submit a JIRA issue. Brandon On 6/11/06, Ben Munat wrote: > Yeah it's a strange name/location but it should work... and Tarek claims to be getting > other log output to that file... and Tarek's question made me realize that I've never > actually been getting com.ibatis logging in my log files. > > So, I think there's a legitimate question here. Is there some trick to getting ibatis to > log? And, why does ibatis have it's own Log and LogFactory classes? Should these, if they > do cause problems, be switched to commons, juli, or sl4j? > > Clinton? Larry? Nathan? Anyone? > > b > > Graeme J Sweeney wrote: > > On Sun, 11 Jun 2006, Tarek Nabil wrote: > > > >> log4j.appender.RollingFile.File=c:/customs.log > > > > > > c:\customs.log ? > > >