aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/src
diff options
context:
space:
mode:
authorottero <rodrigo.ottero@est.tech>2019-04-05 14:47:21 +0000
committerottero <rodrigo.ottero@est.tech>2019-04-05 14:47:21 +0000
commitb3aceebc81daf3b64d043cf6e835a7ec5ebadd34 (patch)
tree2ff4b4f8b9e794a39a269ba78205722222ba4835 /ms/blueprintsprocessor/application/src
parent6e8706275241805e5fd9d2962c51a2c8f3ee3c62 (diff)
Retrieving PNF IP address from payload
PNF IP is now retrieved from the payload Issue-ID: CCSDK-926 Change-Id: I6942fc0000564553ae16bd1067351f00ca254d10 Signed-off-by: ottero <rodrigo.ottero@est.tech>
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-rw-r--r--ms/blueprintsprocessor/application/src/main/resources/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/logback.xml b/ms/blueprintsprocessor/application/src/main/resources/logback.xml
index e0bd7ca80..1c3c7dc4b 100644
--- a/ms/blueprintsprocessor/application/src/main/resources/logback.xml
+++ b/ms/blueprintsprocessor/application/src/main/resources/logback.xml
@@ -29,7 +29,7 @@
<logger name="org.hibernate" level="error"/>
<logger name="org.onap.ccsdk.cds" level="info"/>
- <root level="warn">
+ <root level="info">
<appender-ref ref="STDOUT"/>
</root>