Update git submodules
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Fri, 21 Feb 2020 09:39:28 +0000 (18:39 +0900)
committerGerrit Code Review <gerrit@onap.org>
Fri, 21 Feb 2020 09:39:28 +0000 (09:39 +0000)
commitcb5ebeccf9a8b8fd4793384e9ad745526af04dd7
tree394df7feb9ca2a1a36bfcf87dd0114f5315cf6fb
parentd6e55fec600ece585ffc996a0560fc0ee4ae2e59
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 <fujii-satoshi@jp.fujitsu.com>
docs/submodules/sdc.git