Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 6568 invoked from network); 22 Apr 2008 16:46:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 16:46:47 -0000 Received: (qmail 57166 invoked by uid 500); 22 Apr 2008 16:46:47 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 57143 invoked by uid 500); 22 Apr 2008 16:46:47 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 56769 invoked by uid 99); 22 Apr 2008 16:46:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 09:46:45 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 16:46:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF6DF234C100 for ; Tue, 22 Apr 2008 09:43:21 -0700 (PDT) Message-ID: <693920462.1208882601979.JavaMail.jira@brutus> Date: Tue, 22 Apr 2008 09:43:21 -0700 (PDT) From: "Grant Ingersoll (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-548) Convert Solr to a more configurable Logging framework In-Reply-To: <1664077986.1208882002042.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-548: --------------------------------- Attachment: SOLR-548.patch Updates Solr to use commons-logging per discussion on Solr dev w/ subject "Solr Logging" (not in Nabble archives yet). The jar file can be grabbed from clients/solrj/lib and put in ./lib. logging.jsp has been mostly commented out and replaced with "FIX ME" or TODO comments. Otherwise, all tests pass and I did click around the Admin as well and it seems good. Patch also does an "Optimize Imports" on all source files, to remove stagnant imports for Loggers, etc. > Convert Solr to a more configurable Logging framework > ----------------------------------------------------- > > Key: SOLR-548 > URL: https://issues.apache.org/jira/browse/SOLR-548 > Project: Solr > Issue Type: Improvement > Reporter: Grant Ingersoll > Assignee: Grant Ingersoll > Attachments: SOLR-548.patch > > > JDK Logging is clunky at best and hard to configure. It also does not play nice in web frameworks, since it requires a lot of hacking, or JVM level configuration. > Commons-logging provides a mechanism for supporting several logging frameworks, so users can choose the appropriate logging mechanism. Additionally, we are already using commons-logging in SolrJ. > Patch to follow that converts Solr code to commons-logging. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.