Author: buildbot Date: Tue Jun 10 01:17:48 2014 New Revision: 912048 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/logeip.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/logeip.html ============================================================================== --- websites/production/camel/content/logeip.html (original) +++ websites/production/camel/content/logeip.html Tue Jun 10 01:17:48 2014 @@ -141,7 +141,7 @@ Â <route id="moo" xmlns="http://camel.apache.org/schema/spring"> <from uri="direct:moo"/> - <log message="Me Got ${body}" loggingLevel="INFO loggerRef="myLogger"/> + <log message="Me Got ${body}" loggingLevel="INFO" loggerRef="myLogger"/> <to uri="mock:baz"/> </route> ]]></script>