Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 39701 invoked from network); 26 Jun 2008 12:09:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 12:09:46 -0000 Received: (qmail 99484 invoked by uid 500); 26 Jun 2008 12:09:45 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 99469 invoked by uid 500); 26 Jun 2008 12:09:45 -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 99458 invoked by uid 99); 26 Jun 2008 12:09:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 05:09:45 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of luc.mdk@gmail.com designates 74.125.44.153 as permitted sender) Received: from [74.125.44.153] (HELO yx-out-1718.google.com) (74.125.44.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:08:55 +0000 Received: by yx-out-1718.google.com with SMTP id 4so318yxp.6 for ; Thu, 26 Jun 2008 05:09:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=ectnwTlLEzq58hn0z8Slfzb/EXv4+8VspqXY8SCvJ2Y=; b=KbHpS+0oLC1XTra9lGXSIi0DTi7ZZRngWRztO4GIJzudi3QrcakFWxcyyWFpIaYrN5 kKAjb2WVPM8xzNS0IEAnqzCQhgZClQYXUCK/mAVnzCThZd77/WUfTMSYC3FdZcpZg/7R lW3SBtOuavH4drWLHIeUZP90+WH0Fj07LPsGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tAjnETFCxnuVsztaAQtM41oZlbZYriWPVTbIWt8MdoAZ1SCCaQlywJfGdW7X8G+epv TbFFKaxGciRSqrmoUYhI2p/vlzwJXgE2KRyCY0JOlUo78kSyWD+GCapf+lW5QFuITIrL gXUjWMcn3ftZ949zx82LBDWYAlbvWybFjr0Y4= Received: by 10.114.56.4 with SMTP id e4mr7058854waa.0.1214482153564; Thu, 26 Jun 2008 05:09:13 -0700 (PDT) Received: by 10.114.150.10 with HTTP; Thu, 26 Jun 2008 05:09:13 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 20:09:13 +0800 From: luc To: "iBATIS mailling list" Subject: cannt show ibatis logs MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3042_16142962.1214482153561" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3042_16142962.1214482153561 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I'm using ibatis2.3 in my web application,using log4j to log events. This is my log4j config: log4j.rootLogger=INFO,CONSOLE log4j.logger.com.ibatis=DEBUG log4j.logger.org.springframework.jdbc.datasource=DEBUG I cant see any logs from ibatis,but other programs can output logs successfully. ------=_Part_3042_16142962.1214482153561 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello

I'm using ibatis2.3 in my web application,using log4j to log events.
This is my log4j config:
log4j.rootLogger=INFO,CONSOLE
log4j.logger.com.ibatis=DEBUG
log4j.logger.org.springframework.jdbc.datasource=DEBUG

I cant see any logs from ibatis,but other programs can output logs successfully.
------=_Part_3042_16142962.1214482153561--