blob: 5416a4d23e035e4d5cbbce067e639fc60d1f1789 [file] [log] [blame]
PatrikBuhr3bdae602019-11-28 10:58:54 +01001spring:
2 profiles:
3 active: prod
PatrikBuhr2aa16892019-12-06 10:36:35 +01004 main:
Lathish961b63f2020-03-19 15:24:32 +00005 allow-bean-definition-overriding: true
6 aop:
7 auto: false
PatrikBuhr3bdae602019-11-28 10:58:54 +01008management:
9 endpoints:
10 web:
11 exposure:
12 include: "loggers,logfile,health,info,metrics"
13
14logging:
15 level:
16 ROOT: ERROR
17 org.springframework: ERROR
18 org.springframework.data: ERROR
19 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
PatrikBuhrc5c25192020-03-11 14:15:50 +010020 org.oransc.policyagent: INFO
YongchaoWuabf88f32019-12-12 20:45:12 +010021 file: /var/log/policy-agent/application.log
PatrikBuhr3bdae602019-11-28 10:58:54 +010022app:
PatrikBuhr254eab22020-04-02 14:46:33 +020023 filepath: /opt/app/policy-agent/config/application_configuration.json
PatrikBuhr8831a022019-12-10 15:17:06 +010024server:
25 port : 8081