diff options
author | Piotr Bocheński <piotr.bochenski@nokia.com> | 2019-02-08 13:38:02 +0100 |
---|---|---|
committer | Piotr Bocheński <piotr.bochenski@nokia.com> | 2019-02-08 13:38:57 +0100 |
commit | 2ce68d3c8423d644056becc8ef1e3bb0df731c42 (patch) | |
tree | a6c0f836f32a092de7ca9ac595454685cf308692 /prh-app-server/src/main/resources/application.yaml | |
parent | 72aa0aaf4561f0cfd9c7e1dbe47a13f8571bf1db (diff) |
Add git info to PRH + cleanup
Change-Id: Id518d56373f6ccab9dd4195ad08b67589e0d9b4f
Issue-ID: DCAEGEN2-1030
Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
Diffstat (limited to 'prh-app-server/src/main/resources/application.yaml')
-rw-r--r-- | prh-app-server/src/main/resources/application.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/prh-app-server/src/main/resources/application.yaml b/prh-app-server/src/main/resources/application.yaml index 88d1e401..a9a89421 100644 --- a/prh-app-server/src/main/resources/application.yaml +++ b/prh-app-server/src/main/resources/application.yaml @@ -9,11 +9,3 @@ server: key-store: classpath:keystore-local key-password: nokiapnf keyAlias: tomcat-localhost -logging: - level: - ROOT: ERROR - org.onap.dcaegen2.services.prh: INFO - reactor.ipc.netty.http.client: WARN - org.springframework: ERROR - org.springframework.data: ERROR - org.springframework.web.reactive: WARN |