From 508cee4c506ab3b0108688fcdbb5435fa9c31253 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 8 May 2018 12:44:39 -0400 Subject: [PATCH] Update logging format for devstack jobs Because we run nodepool-launcher under systemd, we actually get double datetime logging. We can remove the timestamps from nodepool's logging.conf and depend on systemd. Change-Id: I708c4dd78dd4134b36aa4beecde237e728e2cd08 Signed-off-by: Paul Belanger --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 78691f933..49a7b01e6 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -173,7 +173,7 @@ formatter=simple args=(sys.stdout,) [formatter_simple] -format=%(asctime)s %(levelname)s %(name)s: %(message)s +format=%(message)s datefmt= EOF