From b233ac22d421dd7c286eccf7fd8cc6efd408d36e Mon Sep 17 00:00:00 2001 From: liangke Date: Tue, 11 Sep 2018 16:37:09 +0800 Subject: [PATCH] Updated git submodules Project: logging-analytics master e00f8c9d9fc89f3de7f324704b3bd02c976e21e9 Enable colored output for logging ColorFormatter class uses ANSI esacpe sequences to render logging message in color, it uses standard colors so it should workd on any UNIX terminal. Make markerFormatter class to inherits from colorFormatter. Change-Id: Ie24a06df861ca5d07796e78dea7e875daf149380 Issue-ID: MULTICLOUD-329 Signed-off-by: liangke --- docs/submodules/logging-analytics.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/logging-analytics.git b/docs/submodules/logging-analytics.git index 8dff758d5..e00f8c9d9 160000 --- a/docs/submodules/logging-analytics.git +++ b/docs/submodules/logging-analytics.git @@ -1 +1 @@ -Subproject commit 8dff758d560d3acdbd21a2ea11f4ba5a5ede1ff0 +Subproject commit e00f8c9d9fc89f3de7f324704b3bd02c976e21e9 -- 2.16.6