summaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/camel/rest/clamp-api-v2.xml
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2019-04-09 11:48:33 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-09 11:48:33 +0000
commit7228bbeecdd0e3efa4181198c5c319e1248e2225 (patch)
tree99f35a79bb7de88c402baa723786068b23001694 /src/main/resources/clds/camel/rest/clamp-api-v2.xml
parentb3539f11b0c3adeb7b64dfd6337eb25a535a6608 (diff)
parentfb35c3e3c80bd17308abfd34964e854ad9975342 (diff)
Merge changes I6f714a87,If69e3ebb,Iad23cd23
* changes: Fix guard payload Add logs Remove the license issue
Diffstat (limited to 'src/main/resources/clds/camel/rest/clamp-api-v2.xml')
-rw-r--r--src/main/resources/clds/camel/rest/clamp-api-v2.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/src/main/resources/clds/camel/rest/clamp-api-v2.xml
index 76f45881..810c9d20 100644
--- a/src/main/resources/clds/camel/rest/clamp-api-v2.xml
+++ b/src/main/resources/clds/camel/rest/clamp-api-v2.xml
@@ -106,6 +106,8 @@
<to
uri="bean:org.onap.clamp.authorization.AuthorizationController?method=authorize(*,'cl','','update')" />
<to uri="direct:load-loop" />
+ <to
+ uri="bean:org.onap.clamp.loop.log.LoopLogService?method=addLog('Receive SUBMIT request','INFO',${header.LoopObject})" />
<log
loggingLevel="INFO"
message="Processing all MICRO-SERVICES policies defined in loop ${header.LoopObject.getName()}" />