aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application-dev.properties
diff options
context:
space:
mode:
authorsiddharth0905 <siddharth.singh4@amdocs.com>2018-08-16 11:08:21 +0300
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-08-20 11:15:31 +0000
commit484e6de232bdaf891267056436e155fd66c7973d (patch)
tree2e2e5b1a8c4b1ac1f4fccbd8444deb02e5f1ad17 /workflow-designer-be/src/main/resources/application-dev.properties
parente7228e5ceefb44c291c32b84fddfc68fb4328efc (diff)
Add audit logging for WF
Also formatting fixes. Change-Id: Ia57e7b3c7208df962fcc7305822a055984aafe0b Issue-ID: SDC-1530 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'workflow-designer-be/src/main/resources/application-dev.properties')
-rw-r--r--workflow-designer-be/src/main/resources/application-dev.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/workflow-designer-be/src/main/resources/application-dev.properties b/workflow-designer-be/src/main/resources/application-dev.properties
index 897b0422..12a99021 100644
--- a/workflow-designer-be/src/main/resources/application-dev.properties
+++ b/workflow-designer-be/src/main/resources/application-dev.properties
@@ -25,4 +25,8 @@ spring.data.cassandra.password=${CS_PASSWORD:}
zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:false}
#Actuators
-management.endpoint.health.show-details=always \ No newline at end of file
+management.endpoint.health.show-details=always
+
+#Headers are comma separated list
+onap.logging.requestIdHeader=X-ECOMP-RequestID,X-ONAP-RequestID
+onap.logging.partnerNameHeader=USER_ID \ No newline at end of file