aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources/application.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/src/main/resources/application.yaml')
-rw-r--r--prh-app-server/src/main/resources/application.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/prh-app-server/src/main/resources/application.yaml b/prh-app-server/src/main/resources/application.yaml
index a9a89421..8ad90b3a 100644
--- a/prh-app-server/src/main/resources/application.yaml
+++ b/prh-app-server/src/main/resources/application.yaml
@@ -9,3 +9,11 @@ server:
key-store: classpath:keystore-local
key-password: nokiapnf
keyAlias: tomcat-localhost
+
+---
+spring:
+ profiles: dev
+logging:
+ level:
+ org.onap.dcaegen2.services.prh: info
+ org.onap.dcaegen2.services.sdk: info \ No newline at end of file