From a31c304eaceaa579b4be976d987f1cdeddba05c2 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 13 Jan 2020 11:37:17 -0500 Subject: Prioritization expiry and clean scheduler service Add prioritization expiry and clean scheduler service implementation. Optimizing message passing between processors. Added message sorting utils. Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh Change-Id: I049ea3bae2e2c546244136f15c3d89deda1e7053 --- .../application/src/main/resources/logback.xml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'ms/blueprintsprocessor/application/src/main') diff --git a/ms/blueprintsprocessor/application/src/main/resources/logback.xml b/ms/blueprintsprocessor/application/src/main/resources/logback.xml index d58be8ac7..63ede28b4 100644 --- a/ms/blueprintsprocessor/application/src/main/resources/logback.xml +++ b/ms/blueprintsprocessor/application/src/main/resources/logback.xml @@ -19,21 +19,10 @@ - - - - - - white - - - - - ${defaultPattern} - - - + + + ${defaultPattern} + @@ -43,7 +32,7 @@ - + -- cgit 1.2.3-korg