From b28e811178bf9d828615f62c67f30a78c0414eb1 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 14 Apr 2021 20:16:35 +0200 Subject: PMS Persistent storage of policies and type definitions - A1 Istanbul Bugfix,improved traces, avoiding synch for RICs after restart. Change-Id: I35ae834cd73cde6b108b941aa0f2c43eeda9379e Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr --- a1-policy-management/config/application.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'a1-policy-management/config/application.yaml') diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 3294fbe2..6bef52b0 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -41,6 +41,7 @@ logging: org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR org.onap.ccsdk.oran.a1policymanagementservice: INFO + # org.onap.ccsdk.oran.a1policymanagementservice.tasks: TRACE file: name: /var/log/policy-agent/application.log server: @@ -69,6 +70,6 @@ app: # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s http.proxy-host: http.proxy-port: 0 - # path where the service can store data - vardata-directory: /var/policy-management-service + # path where the service can store data + vardata-directory: /var/policy-management-service -- cgit 1.2.3-korg