yanhuanwang | b7d9f29 | 2019-09-10 13:38:46 +0200 | [diff] [blame] | 1 | spring: |
| 2 | profiles: |
| 3 | active: prod |
| 4 | management: |
| 5 | endpoints: |
| 6 | web: |
| 7 | exposure: |
| 8 | include: "loggers,logfile,health,info,metrics" |
| 9 | server: |
| 10 | port: 8433 |
| 11 | ssl: |
| 12 | key-store-type: PKCS12 |
| 13 | key-store-password: ericssondfc |
| 14 | key-store: classpath:keystore.jks |
| 15 | key-password: ericssondfc |
| 16 | keyAlias: tomcat-localhost |
| 17 | logging: |
| 18 | level: |
| 19 | ROOT: ERROR |
| 20 | org.springframework: ERROR |
| 21 | org.springframework.data: ERROR |
| 22 | org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR |
| 23 | org.onap.dcaegen2.collectors.datafile: TRACE |
| 24 | file: /var/log/ONAP/application.log |
| 25 | app: |
| 26 | filepath: /opt/app/datafile/config/datafile_endpoints.json |