X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication.yaml;h=5fc5051e23ecddcc36e4ab932fed47045950e63b;hb=1b94fafc07f3e99986c0b673173ccfc8f7e745cb;hp=cff6abf88f1dfeb0a98ea34f3799f4bf5d08d79f;hpb=e4e89e0a640df91f31f49f4dae72ba9e2f5cfffa;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/resources/config/application.yaml b/nonrtric/helm/policymanagementservice/resources/config/application.yaml index cff6abf8..5fc5051e 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application.yaml +++ b/nonrtric/helm/policymanagementservice/resources/config/application.yaml @@ -35,8 +35,9 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR - org.oransc.policyagent: INFO - file: /var/log/policy-agent/application.log + org.onap.ccsdk.oran.a1policymanagementservice: INFO + file: + name: /var/log/policy-agent/application.log server: # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework. @@ -64,3 +65,5 @@ 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