From: sebdet Date: Wed, 21 Aug 2019 22:27:11 +0000 (-0700) Subject: Log component X-Git-Tag: 4.1.1~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=5e2b077e496ca28e9f91fc12cecb872228c81816 Log component Set the right log component in the camel xml files routes Issue-ID: CLAMP-428 Change-Id: I476e5b24f5e772c77998508ad3e90c811838386e Signed-off-by: sebdet --- diff --git a/src/main/resources/clds/camel/routes/dcae-flows.xml b/src/main/resources/clds/camel/routes/dcae-flows.xml index 395077a8..46935819 100644 --- a/src/main/resources/clds/camel/routes/dcae-flows.xml +++ b/src/main/resources/clds/camel/routes/dcae-flows.xml @@ -2,19 +2,16 @@ - - - @@ -35,20 +32,17 @@ ${exchangeProperty[X-ONAP-PartnerName]} - - - + + DCAE + @@ -70,8 +67,7 @@ - @@ -82,8 +78,7 @@ - @@ -105,20 +100,17 @@ ${exchangeProperty[X-ONAP-PartnerName]} - - - UNDEPLOY loop status + + DCAE + - @@ -146,8 +140,7 @@ - @@ -167,8 +160,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -179,6 +171,9 @@ DCAE deployment status + + DCAE + diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index 537354f1..5d586154 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -3,8 +3,7 @@ - @@ -23,8 +22,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -37,6 +35,9 @@ Policy status + + POLICY + @@ -45,8 +46,7 @@ - @@ -65,8 +65,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -79,6 +78,9 @@ status + + POLICY + @@ -86,8 +88,7 @@ - @@ -113,8 +114,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -127,6 +127,9 @@ status + + POLICY + @@ -135,8 +138,7 @@ - @@ -158,8 +160,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -173,6 +174,9 @@ status + + POLICY + @@ -181,8 +185,7 @@ - @@ -208,8 +211,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -222,6 +224,9 @@ status + + POLICY + @@ -230,8 +235,7 @@ - @@ -253,8 +257,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -267,6 +270,9 @@ status + + POLICY + @@ -275,8 +281,7 @@ - @@ -302,8 +307,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -315,6 +319,9 @@ ${exchangeProperty[guardPolicy].getKey()} creation status + + POLICY + @@ -323,8 +330,7 @@ - @@ -346,8 +352,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -360,6 +365,9 @@ ${exchangeProperty[guardPolicy].getKey()} removal status + + POLICY + @@ -368,8 +376,7 @@ - @@ -395,8 +402,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -408,6 +414,9 @@ PDP Group push ALL status + + POLICY + @@ -416,8 +425,7 @@ - @@ -445,8 +453,7 @@ ${exchangeProperty[X-ONAP-PartnerName]} - @@ -454,6 +461,9 @@ ${exchangeProperty[policyName]} PDP Group removal status + + POLICY + @@ -464,6 +474,9 @@ PDP Group removal, Error reported: ${exception} + + POLICY + diff --git a/src/main/resources/clds/camel/routes/utils-flows.xml b/src/main/resources/clds/camel/routes/utils-flows.xml index adf843ff..bbbc46a2 100644 --- a/src/main/resources/clds/camel/routes/utils-flows.xml +++ b/src/main/resources/clds/camel/routes/utils-flows.xml @@ -8,10 +8,21 @@ - - + + + ${exchangeProperty[logComponent]} == null + + + + + + null + + + \ No newline at end of file