Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 72225 invoked from network); 31 Oct 2008 15:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2008 15:35:04 -0000 Received: (qmail 93135 invoked by uid 500); 31 Oct 2008 15:35:08 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 93114 invoked by uid 500); 31 Oct 2008 15:35:07 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 93103 invoked by uid 99); 31 Oct 2008 15:35:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 08:35:07 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.56] (HELO smtp101.prem.mail.sp1.yahoo.com) (98.136.44.56) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 31 Oct 2008 15:33:51 +0000 Received: (qmail 8827 invoked from network); 31 Oct 2008 15:34:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=hrefMSNujljxx+gm5hfJHZ+jcVorrBHuqhmH7Q5LeKNhFLH+RrOJuy7AGu+OcaCbmwFWViCAnLGO5tXjzv6ux/Bm9vY3JfJNvhdQ20z/YSVoCot2yj2ejH1um7nym2EEwcMLiNkLIukpel0f4QwalWZlMK2Escd74dvMNKDw7kM= ; Received: from unknown (HELO ?10.11.55.45?) (david_jencks@63.105.20.225 with plain) by smtp101.prem.mail.sp1.yahoo.com with SMTP; 31 Oct 2008 15:34:30 -0000 X-YMail-OSG: h5vmHc4VM1lXXZBziBBgyAmFXUOOtZ27FVnHoGKVdOYWm4JxkLT3U.CDc9yNWNFhj6FOT7wqm_auNaoJ4fOUaCanmsPSwG_D4hb.4zPHXRUozTaFyLddC46gYHftug9RcJowil9EHDk0RYzdF2c5nz_9N6GE8Pkc9hnC1T_5avi_VJ8aunx8stw75QM- X-Yahoo-Newman-Property: ymail-3 Message-Id: <024FC256-9480-4F19-B90E-ED0D2AB23D1A@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <20261950.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Logging framework using slf4j and juli Date: Fri, 31 Oct 2008 08:34:28 -0700 References: <20261950.post@talk.nabble.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org I don't know anything about juli. Is your logging.properties file a valid log4j configuration file? I don't recognize the syntax offhand. The ApplicationLog4jConfigurationGBean only configures log4j. BTW you might want to use a different directory as var/directory is used by the geronimo apacheds plugin to store apache directory related files. thanks david jencks On Oct 31, 2008, at 1:49 AM, Hearty wrote: > > I am using slf4j and juli for logging. I am not able to see the logs > creating > for my application. > I have specified the entry in geromino-web.xml as > > class > = > "org > .apache > .geronimo.system.logging.log4j.ApplicationLog4jConfigurationGBean"> > name="log4jFile">var/directory/logging.properties > name="ServerInfo">ServerInfo > > > and my logging.properties is as follows > > handlers = org.apache.juli.FileHandler, > java.util.logging.ConsoleHandler > > ############################################################ > # Handler specific properties. > # Describes specific configuration info for Handlers. > ############################################################ > > org.apache.juli.FileHandler.level = ALL > org.apache.juli.FileHandler.directory = > ${org.apache.geronimo.server.dir}/var/logs > org.apache.juli.FileHandler.prefix = fp. > > java.util.logging.ConsoleHandler.level = FINE > java.util.logging.ConsoleHandler.formatter = > java.util.logging.SimpleFormatter > com.telelogic.focalpoint.level = INFO > com.telelogic.focalpoint.dao.jdbc.Jdbc.level = OFF > com.telelogic.focalpoint.dao.ViewExecutor.level = OFF > org.apache.catalina.level = INFO > org.springframework.level = INFO > net.sf.ehcache.distribution.level = INFO > > Please advise me where I went wrong? > Thanks in advance. > -- > View this message in context: http://www.nabble.com/Logging-framework-using-slf4j-and-juli-tp20261950s134p20261950.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >