You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/11/30 07:13:05 UTC

[jira] Resolved: (CAMEL-1060) Camel should log when its started

     [ 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.