diff options
author | Brinda Santh <bs2796@att.com> | 2019-10-29 10:47:00 -0400 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-10-29 10:47:00 -0400 |
commit | 8a26b031f8980b2a93b51e5327df959c6926c034 (patch) | |
tree | c8e24e1614710403926c22a5605aead51e65b765 /ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources | |
parent | 0d3a0223fd11d431497519f3f9da640aafe00460 (diff) |
Add message consumer dynamic functions.
Issue-ID: CCSDK-1668
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I51be88598557a05ef5db7cd595689a8e4a653fdc
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources/logback-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources/logback-test.xml b/ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources/logback-test.xml index 5f4fb4f73..820041f74 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources/logback-test.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/src/test/resources/logback-test.xml @@ -27,7 +27,7 @@ <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> <encoder> - <pattern>${testing}</pattern> + <pattern>${localPattern}</pattern> </encoder> </appender> |