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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-05-08 12:44:39 -04:00
parent d39b77eeab
commit 508cee4c50
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -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