Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 89382 invoked from network); 30 Nov 2008 06:13:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2008 06:13:26 -0000 Received: (qmail 20005 invoked by uid 500); 30 Nov 2008 06:13:37 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 19976 invoked by uid 500); 30 Nov 2008 06:13:37 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 19920 invoked by uid 99); 30 Nov 2008 06:13:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 22:13:37 -0800 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; Sun, 30 Nov 2008 06:12:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7CE13234C2A9 for ; Sat, 29 Nov 2008 22:13:05 -0800 (PST) Message-ID: <1159672125.1228025585510.JavaMail.jira@brutus> Date: Sat, 29 Nov 2008 22:13:05 -0800 (PST) From: "William Tam (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1060) Camel should log when its started In-Reply-To: <594713517.1226052245390.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/activemq/browse/CAMEL-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-1060. -------------------------------- Resolution: Fixed > Camel should log when its started > --------------------------------- > > Key: CAMEL-1060 > URL: https://issues.apache.org/activemq/browse/CAMEL-1060 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.5.0 > Reporter: Claus Ibsen > Fix For: 2.0.0 > > > When using the maven plugins camel:run it logs nicely that Camel has been started (with version number). > {code} > [pache.camel.spring.Main.main()] MainSupport INFO Apache Camel 2.0-SNAPSHOT starting > {code} > I think we should add such a feature into camel core itself. > I think we need two logs > - starting > - started > Such as ActiveMQ does: > {code} > BrokerService INFO ActiveMQ 5.1.0 JMS Message Broker (localhost) is starting > BrokerService INFO ActiveMQ JMS Message Broker (localhost, ID:claus-acer-1667-1226052031671-0:0) started > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.