summaryrefslogtreecommitdiffstats
path: root/prh-app-server/config
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/config')
-rw-r--r--prh-app-server/config/application.yaml4
-rw-r--r--prh-app-server/config/prh_endpoints.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/prh-app-server/config/application.yaml b/prh-app-server/config/application.yaml
index 390ea9d2..2e6f54df 100644
--- a/prh-app-server/config/application.yaml
+++ b/prh-app-server/config/application.yaml
@@ -12,8 +12,10 @@ server:
logging:
level:
ROOT: ERROR
+ org.onap.dcaegen2.services.prh: INFO
+ reactor.ipc.netty.http.client: WARN
org.springframework: ERROR
org.springframework.data: ERROR
- org.onap.dcaegen2.services.prh: INFO
+ org.springframework.web.reactive: WARN
app:
filepath: config/prh_endpoints.json \ No newline at end of file
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json
index e5d1c7b8..b3bff7d9 100644
--- a/prh-app-server/config/prh_endpoints.json
+++ b/prh-app-server/config/prh_endpoints.json
@@ -35,6 +35,8 @@
"aaiBasePath": "/aai/v12",
"aaiPnfPath": "/network/pnfs/pnf",
"aaiHeaders": {
+ "X-FromAppId": "prh",
+ "X-TransactionId": "9999",
"Accept": "application/json",
"Real-Time": "true",
"Content-Type": "application/merge-patch+json"