Fix comments from last review 57/104557/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 27 Mar 2020 12:10:25 +0000 (08:10 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 27 Mar 2020 12:10:32 +0000 (08:10 -0400)
Issue-ID: POLICY-2305
Change-Id: If0778cb7bdade11575cab12c4742274939cd22c7
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
main/src/test/resources/logback-test.xml
plugins/forwarding-plugins/src/main/java/org/onap/policy/distribution/forwarding/lifecycle/api/LifecycleApiPolicyForwarder.java
plugins/forwarding-plugins/src/test/resources/logback-test.xml

index f2f8acb..e221b51 100644 (file)
@@ -21,7 +21,7 @@
 
 <configuration>
 
-    <contextName>policy-api</contextName>
+    <contextName>policy-distribution</contextName>
     <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
 
     <!-- USE FOR STD OUT ONLY -->
index e3c013a..c688d72 100644 (file)
@@ -154,7 +154,7 @@ public class LifecycleApiPolicyForwarder implements PolicyForwarder {
                 throw new PolicyForwardingException("Failed creating the entity - " + entity);
             }
         } catch (final HttpClientConfigException exception) {
-            throw new PolicyForwardingException("Invocation of path " + path + " failed for entity  " + entity,
+            throw new PolicyForwardingException("Invocation of path " + path + " failed for entity " + entity,
                     exception);
         }
         return response;
index 29d86d4..63d1808 100644 (file)
@@ -21,7 +21,7 @@
 
 <configuration>
 
-    <contextName>policy-api</contextName>
+    <contextName>policy-distribution</contextName>
     <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
 
     <!-- USE FOR STD OUT ONLY -->