Issue-ID: POLICY-2305
Change-Id: If0778cb7bdade11575cab12c4742274939cd22c7
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
 
 <configuration>
 
-    <contextName>policy-api</contextName>
+    <contextName>policy-distribution</contextName>
     <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
 
     <!-- USE FOR STD OUT ONLY -->
 
                 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;
 
 
 <configuration>
 
-    <contextName>policy-api</contextName>
+    <contextName>policy-distribution</contextName>
     <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
 
     <!-- USE FOR STD OUT ONLY -->