From cb5ebeccf9a8b8fd4793384e9ad745526af04dd7 Mon Sep 17 00:00:00 2001 From: Satoshi Fujii Date: Fri, 21 Feb 2020 18:39:28 +0900 Subject: Update git submodules * Update docs/submodules/sdc.git from branch 'master' to c5411baf4fe1354e6a70742c9d2d33b6b5fdc12e - Fix logging date format to avoid parse error When MDCSetup class in logging-filter-base tries to calculate an elapsed time, it expects a datetime is given in ISO format. But date format in LogFieldsMdcHandler is not compatible with ISO format therefore 'Unable to calculate elapsed time due to error' occurs. This change fixes date format in the class so that the date string can be parsed by logging-filter. Change-Id: I07c8f103f46493fe0764f904f3f00f66f35dbcf6 Issue-ID: SDC-2767 Signed-off-by: Satoshi Fujii --- docs/submodules/sdc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git index 32f485b15..c5411baf4 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit 32f485b151dba9e40e6b1171c246bf8f3e9c8fc4 +Subproject commit c5411baf4fe1354e6a70742c9d2d33b6b5fdc12e -- cgit 1.2.3-korg