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

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

    [ https://issues.apache.org/activemq/browse/CAMEL-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47164#action_47164 ] 

Claus Ibsen commented on CAMEL-1060:
------------------------------------

To highlight the problem. The logging is from camel-spring with the Main class.

However we should add it to the DefaultCamelContext or (maybe better) the LifecycelStrategy, or add some methods with this event if any missing.

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