]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Timestamp stdout log output
authorJohn Spray <john.spray@inktank.com>
Wed, 5 Feb 2014 17:47:17 +0000 (17:47 +0000)
committerJohn Spray <john.spray@inktank.com>
Wed, 12 Feb 2014 17:29:09 +0000 (17:29 +0000)
Signed-off-by: John Spray <john.spray@inktank.com>
teuthology/__init__.py

index b141370aab77ebc5df518d69602c812978cc0b9c..bd88d3cc7739f98b1782b11a10e877656e4b3f96 100644 (file)
@@ -4,5 +4,5 @@ from .orchestra import monkey
 monkey.patch_all()
 
 import logging
-logging.basicConfig(level=logging.INFO)
+logging.basicConfig(level=logging.INFO, format='%(asctime)s.%(msecs)03d %(levelname)s:%(name)s:%(message)s')
 log = logging.getLogger(__name__)