diff options
author | Brinda Santh <bs2796@att.com> | 2019-11-07 19:06:19 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-11-07 19:06:19 -0500 |
commit | 54eb2f2680d4f2447a4d48b612b2b83e37d90754 (patch) | |
tree | eea65536d255551a73e4ae368e6be8614281c5b4 /ms/blueprintsprocessor/application/src/test/resources | |
parent | 6036cedf9984e8b22f15e25595c57026de9d690c (diff) |
Add rest client invocation log tracing.
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: Ie44a1b2628132aa44bc923a4d622544db03b46b0
Diffstat (limited to 'ms/blueprintsprocessor/application/src/test/resources')
-rw-r--r-- | ms/blueprintsprocessor/application/src/test/resources/logback-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/test/resources/logback-test.xml b/ms/blueprintsprocessor/application/src/test/resources/logback-test.xml index f635e7925..90dfed324 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/logback-test.xml +++ b/ms/blueprintsprocessor/application/src/test/resources/logback-test.xml @@ -23,7 +23,7 @@ <sift> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%${color}(%d{HH:mm:ss.SSS} %-5level %-40.40logger{39} : %msg%n)</pattern> + <pattern>%${color}(%d{HH:mm:ss.SSS}|%X{RequestID}|%X{InvocationID}| %-5level %-40.40logger{39} : %msg%n)</pattern> </encoder> </appender> </sift> |