b41c3818793d57926e12b37128959c79ecf130dc
[nonrtric.git] / policy-agent / config / application.yaml
1 spring:
2   profiles:
3     active: prod
4   main:
5     allow-bean-definition-overriding: true 
6 management:
7   endpoints:
8     web:
9       exposure:
10         include: "loggers,logfile,health,info,metrics"
11
12 logging:
13   level:
14     ROOT: ERROR
15     org.springframework: ERROR
16     org.springframework.data: ERROR
17     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
18     org.onap.dcaegen2.collectors.datafile: WARN
19   file: /var/log/policy-agent/application.log
20 app:
21   filepath: src/test/resources/test_application_configuration.json
22
23 server:
24    port : 8081