Change to logging.file.name for latest spring-boot
[nonrtric.git] / enrichment-coordinator-service / config / application.yaml
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