You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2014/06/10 03:17:48 UTC

svn commit: r912048 - in /websites/production/camel/content: cache/main.pageCache logeip.html

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>