Change to logging.file.name for latest spring-boot 75/4775/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Fri, 25 Sep 2020 09:58:01 +0000 (11:58 +0200)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Fri, 25 Sep 2020 09:58:52 +0000 (11:58 +0200)
Change-Id: Ibfafb6ebeae242bcc092f8517afd1be5fb991e6a
Issue-ID: NONRTRIC-293
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
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>