Added Controller configuration
[nonrtric.git] / policy-agent / config / application.yaml
index 776afd7..5416a4d 100644 (file)
@@ -3,6 +3,8 @@ spring:
     active: prod
   main:
     allow-bean-definition-overriding: true
+  aop:
+    auto: false
 management:
   endpoints:
     web:
@@ -15,7 +17,9 @@ logging:
     org.springframework: ERROR
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
-    org.onap.dcaegen2.collectors.datafile: WARN
+    org.oransc.policyagent: INFO
   file: /var/log/policy-agent/application.log
 app:
-  filepath: /opt/app/policy-agent/config/application_configuration.json
+  filepath: /opt/app/policy-agent/config/application_configuration.json  
+server:
+   port : 8081