Fixes in Docker build

Change-Id: Ib4d8dafb32de907fae5427a394cf354c9596dae2
diff --git a/rapp-manager/config/application.yaml b/rapp-manager/config/application.yaml
index 8631bce..d4af7bf 100644
--- a/rapp-manager/config/application.yaml
+++ b/rapp-manager/config/application.yaml
@@ -20,17 +20,26 @@
       exposure:
         include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
 server:
+  # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
+  # See springboot documentation.
   port : 8080
   http-port: 8083
   ssl:
      key-store-type: JKS
      key-store-password: policy_agent
-     key-store: /opt/app/enrichment-coordinator-service/etc/cert/keystore.jks
+     key-store: /opt/app/rapp-manager/etc/cert/keystore.jks
      key-password: policy_agent
      key-alias: policy_agent
 logging:
+  # Configuration of logging
   level:
     ROOT: INFO
+    org.springframework: ERROR
+    org.springframework.data: ERROR
+    org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
+    org.oransc.rappmanager: INFO
+  file:
+    name: /var/log/rapp-manager/application.log
 app:
   basepath: https://kubernetes.docker.internal:6443
   certpath: /opt/app/rapp-manager/cert/ca.crt
@@ -42,7 +51,7 @@
     # Note that the same keystore as for the server is used.
     trust-store-used: false
     trust-store-password: policy_agent
-    trust-store: /opt/app/enrichment-coordinator-service/etc/cert/truststore.jks
+    trust-store: /opt/app/rapp-manager/etc/cert/truststore.jks
     # Configuration of usage of HTTP Proxy for the southbound accesses.
     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
     http.proxy-host: