Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 83223 invoked from network); 14 Oct 2010 18:26:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 18:26:59 -0000 Received: (qmail 56441 invoked by uid 500); 14 Oct 2010 18:26:58 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 56386 invoked by uid 500); 14 Oct 2010 18:26:58 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 56352 invoked by uid 99); 14 Oct 2010 18:26:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 18:26:58 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 18:26:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9EIQYo9013789 for ; Thu, 14 Oct 2010 18:26:34 GMT Message-ID: <20634003.146731287080794357.JavaMail.jira@thor> Date: Thu, 14 Oct 2010 14:26:34 -0400 (EDT) From: "Sahoo (JIRA)" To: dev@felix.apache.org Subject: [jira] Assigned: (FELIX-2655) allow event admin log level to be configurable In-Reply-To: <4193959.130581286999612783.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sahoo reassigned FELIX-2655: ---------------------------- Assignee: Sahoo > allow event admin log level to be configurable > ---------------------------------------------- > > Key: FELIX-2655 > URL: https://issues.apache.org/jira/browse/FELIX-2655 > Project: Felix > Issue Type: Bug > Components: Event Admin > Affects Versions: eventadmin-1.2.4 > Reporter: Sahoo > Assignee: Sahoo > Fix For: eventadmin-1.2.8 > > Attachments: FELIX-2655-patch.txt > > > Currently eventadmin bundle prints messages like these: > DEBUG: EventAdmin: org.apache.felix.eventadmin.CacheSize=30 > DEBUG: EventAdmin: org.apache.felix.eventadmin.ThreadPoolSize=20 > DEBUG: EventAdmin: org.apache.felix.eventadmin.Timeout=5000 > DEBUG: EventAdmin: org.apache.felix.eventadmin.RequireTopic=true > In my env, there is no LogService, so the messages appear in System.out. I don't see any way to disable them from being logged. Should we not make the log level configurable just like it is done in FileInstall? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.