Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9529110191 for ; Fri, 25 Oct 2013 13:42:35 +0000 (UTC) Received: (qmail 38851 invoked by uid 500); 25 Oct 2013 13:42:34 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 38779 invoked by uid 500); 25 Oct 2013 13:42:31 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 38694 invoked by uid 99); 25 Oct 2013 13:42:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 13:42:30 +0000 Date: Fri, 25 Oct 2013 13:42:30 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-6904) Reduce logging noise when starting a Camel app in OSGi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Claus Ibsen created CAMEL-6904: ---------------------------------- Summary: Reduce logging noise when starting a Camel app in OSGi Key: CAMEL-6904 URL: https://issues.apache.org/jira/browse/CAMEL-6904 Project: Camel Issue Type: Improvement Components: osgi Affects Versions: 2.12.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.12.2, 2.13.0 When you start a Camel context in OSGi we see 10 log lines about some @Converter class found. This log information has no value for end users, so lets reduce it to DEBUG level {code} 2013-10-25 15:30:20,414 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 1 @Converter classes to load 2013-10-25 15:30:20,417 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 1 @Converter classes to load 2013-10-25 15:30:20,425 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 2 @Converter classes to load 2013-10-25 15:30:20,428 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 1 @Converter classes to load 2013-10-25 15:30:20,429 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 0 @Converter classes to load 2013-10-25 15:30:20,435 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 1 @Converter classes to load 2013-10-25 15:30:20,437 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 2 @Converter classes to load 2013-10-25 15:30:20,440 | INFO | hat-130-thread-1 | Activator | ? ? | 135 - org.apache.camel.camel-core - 2.12.0 | Found 1 @Converter classes to load 2013-10-25 15:30:20,441 | INFO | hat-130-thread-1 | Activator {code} -- This message was sent by Atlassian JIRA (v6.1#6144)