Merge "Fixed some sonar warnings"
authorJohn Keeney <john.keeney@est.tech>
Mon, 28 Sep 2020 09:24:10 +0000 (09:24 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 28 Sep 2020 09:24:10 +0000 (09:24 +0000)
enrichment-coordinator-service/config/application.yaml
policy-agent/config/application.yaml
policy-agent/pom.xml

index 543e287..8582bd9 100644 (file)
@@ -18,7 +18,8 @@ logging:
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
     org.oransc.enrichment: INFO
-  file: /var/log/enrichment-coordinator-service/application.log
+  file:
+    name: /var/log/enrichment-coordinator-service/application.log
 server:
    port : 8434
    http-port: 8082
index e9146e0..4f5e242 100644 (file)
@@ -18,7 +18,8 @@ logging:
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
     org.oransc.policyagent: INFO
-  file: /var/log/policy-agent/application.log
+  file:
+    name: /var/log/policy-agent/application.log
 server:
    port : 8433
    http-port: 8081
index 9f97238..aedb516 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-         <version>2.3.4.RELEASE</version>
+        <version>2.3.4.RELEASE</version>
         <relativePath />
     </parent>
     <groupId>org.o-ran-sc.nonrtric</groupId>