From dev-return-8569-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Oct 19 15:44:10 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 61019 invoked from network); 19 Oct 2005 15:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 15:42:42 -0000 Received: (qmail 14643 invoked by uid 500); 19 Oct 2005 15:42:20 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 14602 invoked by uid 500); 19 Oct 2005 15:42:20 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 14591 invoked by uid 99); 19 Oct 2005 15:42:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 08:42:20 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_POST,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.65 as permitted sender) Received: from [205.152.59.65] (HELO imf17aec.mail.bellsouth.net) (205.152.59.65) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 08:42:19 -0700 Received: from ibm57aec.bellsouth.net ([65.80.200.112]) by imf17aec.mail.bellsouth.net with ESMTP id <20051019154156.PVGQ2217.imf17aec.mail.bellsouth.net@ibm57aec.bellsouth.net> for ; Wed, 19 Oct 2005 11:41:56 -0400 Received: from [172.16.1.39] (really [65.80.200.112]) by ibm57aec.bellsouth.net with ESMTP id <20051019154152.LCCB2401.ibm57aec.bellsouth.net@[172.16.1.39]> for ; Wed, 19 Oct 2005 11:41:52 -0400 Message-ID: <4356693F.5060204@bellsouth.net> Date: Wed, 19 Oct 2005 11:41:51 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: upgrading to nlog4j.1.2.17 References: <1129068125.13190.51.camel@wkslx01.iktek.com> <390FF7AA-AB42-4AB2-9FAC-671D40EBEBB1@atlassian.com> <32609e770510121234i14b9d05ds65816a8c2f9f9557@mail.gmail.com> <1129150991.18957.1.camel@wkslx01.iktek.com> <6.0.3.0.0.20051013170233.044a6d70@torino> <434E9500.20301@bellsouth.net> <6.0.3.0.0.20051019162523.04031d30@torino> <768dcb2e0510190738kac41499i@mail.gmail.com> <435663E6.30909@bellsouth.net> <768dcb2e0510190834r115b8a3s@mail.gmail.com> In-Reply-To: <768dcb2e0510190834r115b8a3s@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Trustin Lee wrote: > 2005/10/20, Alex Karasulu >: > > Trustin Lee wrote: > > > Hi Ceki, > > > > 2005/10/19, Ceki Gülcü > >>: > > > > SLF4J 1.0beta8 has been just released. It ships with the > > slf4j-log4j binding > > we talked about. > > > > > > Great to hear this. Is there any Maven repository that I can > access? > > > > Alex, it would be nice if we change our default logger to LOG4J > (I'm > > not talking about changing SLF4J itself as you expected.) > > You mean use the SLF4J Log4J binding? > > > Yes, in ApacheDS main. For standalone version we could use NLog4J. > We could simply use slf4j-simple for subprojects for simplicity. Hmmm I guess this is because of the Spring's dep on Log4J right? Then let's use Log4J with SLF4J across the board just to be consistent. WDYT? Alex