Typo in system property name to enable tracing in DefaultCamelContext
---------------------------------------------------------------------

                 Key: CAMEL-856
                 URL: https://issues.apache.org/activemq/browse/CAMEL-856
             Project: Apache Camel
          Issue Type: Bug
    Affects Versions: 1.4.0
         Environment: Windows, Camel 1.4.0
            Reporter: Carl Allain
            Priority: Trivial


In DefaultCamelContext, the system property should read camel.trace and not 
canel.trace (I guess from the project name which is Camel and not Canel).

    public boolean getTrace() {
        final Boolean value = getTracing();
        if (value != null) {
            return value;
        } else {
            return SystemHelper.isSystemProperty("canel.trace");
        }
    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to