Policy-agent skeleton
[nonrtric.git] / policy-agent / config / application.yaml
1 spring:
2   profiles:
3     active: prod
4 management:
5   endpoints:
6     web:
7       exposure:
8         include: "loggers,logfile,health,info,metrics"
9
10 logging:
11   level:
12     ROOT: ERROR
13     org.springframework: ERROR
14     org.springframework.data: ERROR
15     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
16     org.onap.dcaegen2.collectors.datafile: WARN
17   file: /var/log/ONAP/application.log
18 app:
19   filepath: /opt/app/policy-agent/config/application_configuration.json