]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-13585] Removed timestamp from the console output.
authorMartin Palma <martin@palma.bz>
Tue, 24 Nov 2015 06:39:12 +0000 (07:39 +0100)
committerMartin Palma <martin@palma.bz>
Tue, 24 Nov 2015 06:39:12 +0000 (07:39 +0100)
Signed-off-by: Martin Palma <martin@palma.bz>
ceph_deploy/util/log.py

index 6b687c04a99c5843662daf09ff4b5ca094f3b91a..1d27984d55b6d5f256eee7d136d1d656b1d152e3 100644 (file)
@@ -17,7 +17,7 @@ RESET_SEQ = "\033[0m"
 COLOR_SEQ = "\033[1;%dm"
 BOLD_SEQ = "\033[1m"
 
-BASE_COLOR_FORMAT = "[%(timestamp)s][$BOLD%(name)s$RESET][%(color_levelname)-17s] %(message)s"
+BASE_COLOR_FORMAT = "[$BOLD%(name)s$RESET][%(color_levelname)-17s] %(message)s"
 BASE_FORMAT = "[%(timestamp)s][%(name)s][%(levelname)-6s] %(message)s"