Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A1A09BF8 for ; Wed, 18 Apr 2012 17:17:08 +0000 (UTC) Received: (qmail 43991 invoked by uid 500); 18 Apr 2012 17:17:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 43920 invoked by uid 500); 18 Apr 2012 17:17:06 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 43911 invoked by uid 99); 18 Apr 2012 17:17:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 17:17:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 17:17:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 31B663A1430 for ; Wed, 18 Apr 2012 17:16:40 +0000 (UTC) Date: Wed, 18 Apr 2012 17:16:40 +0000 (UTC) From: "Steven Rowe (Issue Comment Edited) (JIRA)" To: dev@lucene.apache.org Message-ID: <1988686704.1465.1334769400204.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <868245074.24756.1334365756662.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (SOLR-3358) Capture Logging Events from JUL and Log4j MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256708#comment-13256708 ] Steven Rowe edited comment on SOLR-3358 at 4/18/12 5:14 PM: ------------------------------------------------------------ bq. So I think with the above change, log4j-over-slf4j will continue to be included in the .war. Confirmed - after running {{ant dist}} from {{solr/webapp/}} with the above change in {{solr/common-build.xml}}, I can see from running {{jar tvf solr/dist/*.war}}: {noformat} ... 481535 Wed Mar 31 00:25:34 EDT 2010 WEB-INF/lib/log4j-1.2.16.jar 20639 Mon Oct 31 18:46:50 EDT 2011 WEB-INF/lib/log4j-over-slf4j-1.6.4.jar ... {noformat} But as you can see, {{log4j}} is still there - is that intentional, Ryan? was (Author: steve_rowe): bq. So I think with the above change, log4j-over-slf4j will continue to be included in the .war. Confirmed - after running {{ant dist}} from {{solr/webapp/}} with the above change in {{solr/common-build.xml}}, I can see from running {{tar tvf solr/dist/*.war}}: {noformat} ... 481535 Wed Mar 31 00:25:34 EDT 2010 WEB-INF/lib/log4j-1.2.16.jar 20639 Mon Oct 31 18:46:50 EDT 2011 WEB-INF/lib/log4j-over-slf4j-1.6.4.jar ... {noformat} But as you can see, {{log4j}} is still there - is that intentional, Ryan? > Capture Logging Events from JUL and Log4j > ----------------------------------------- > > Key: SOLR-3358 > URL: https://issues.apache.org/jira/browse/SOLR-3358 > Project: Solr > Issue Type: New Feature > Reporter: Ryan McKinley > Assignee: Ryan McKinley > Attachments: SOLR-3358-compile-path.patch, SOLR-3358-logging.patch, SOLR-3358-logging.patch > > > The UI should be able to show the last few log messages. To support this, we will need to register an Appender (log4j) or Handler > (JUL) and keep a buffer of recent log events. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org