Merge "Issue #1438 do not log grib ingest" into development

Former-commit-id: f63acd39e8a303be5725c6a1c5e5a6fa0b942c05
This commit is contained in:
Richard Peter 2013-01-08 16:47:24 -06:00 committed by Gerrit Code Review
commit 6e54eea341

View file

@ -116,7 +116,9 @@
<route id="gridToGrib">
<from uri="directvm:gridToGrib"/>
<bean ref="gridToGribConverter" method="convert"/>
<to uri="directvm:indexAlert" />
<bean ref="index" method="index"/>
<bean ref="toDataURI" method="toDataURI"/>
<to uri="vm:stageNotification"/>
</route>
</camelContext>