diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-14 20:16:35 +0200 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-20 15:57:00 +0200 |
commit | b28e811178bf9d828615f62c67f30a78c0414eb1 (patch) | |
tree | a7ad6e4fe739f8369d73ece11e80c669395e4b15 /a1-policy-management/config | |
parent | ab7baa0563069bc403c840b39f22a9e7e900fb72 (diff) |
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 <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/config')
-rw-r--r-- | a1-policy-management/config/application.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |