aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logback-default.xml
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2019-04-19 13:55:40 +0200
committerxg353y <xg353y@intl.att.com>2019-04-23 11:22:27 +0200
commit9ac307045cf69dac07137c5926a31826d8423b83 (patch)
tree769eac3bc03de822f31d74bb5479c4c12ca23e4b /src/main/resources/logback-default.xml
parentf9433d61033f65e9ed1f685d1e0db99b077bb7e1 (diff)
Fix logging issues
Fix the logging issues created by the api defined by camel. Adding the entering/exiting and invoking/invoking return logs as based on the ONAP Logging Requirement. Issue-ID: CLAMP-351 Change-Id: I5cb314ade5a716993206a917dfdbdab3f2572b3a Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main/resources/logback-default.xml')
-rw-r--r--src/main/resources/logback-default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback-default.xml b/src/main/resources/logback-default.xml
index c2524bec..2eba127e 100644
--- a/src/main/resources/logback-default.xml
+++ b/src/main/resources/logback-default.xml
@@ -144,7 +144,7 @@
<appender-ref ref="DEBUG" />
</logger>
<!-- CLDS related loggers -->
- <logger name="org.onap.clamp.clds" level="INFO"
+ <logger name="org.onap.clamp" level="INFO"
additivity="true">
<appender-ref ref="ERROR" />
</logger>