0 Replies Latest reply on Jul 27, 2015 8:18 AM by tmcginnis

    No Logging output

    tmcginnis

      I am running fuse in the JBoss Developer Studio.  I have a Log component in my route.  When I run the route I expect to see output in the console view of my IDE but I never do.  Here is the route and I never see the log message "done".

       

        <camelContext xmlns="http://camel.apache.org/schema/spring">

        <route>

          <from uri="direct:start"/>

          <log message="done"/>

          <to uri="sql:select * from nanda"/>

          <log message="${body}" loggingLevel="INFO"/>

        </route>

      </camelContext>