TST: revert change of log format for testcases in commit a3d82e2

This commit is contained in:
Steven Hiscocks 2013-04-11 18:19:44 +01:00
parent a3d82e2ab9
commit 0ea9904440

View file

@ -109,7 +109,7 @@ else:
# Custom log format for the verbose tests runs
if verbosity > 1: # pragma: no cover
stdout.setFormatter(Formatter(' %(asctime)-15s %(thread)s %(name)s' + fmt))
stdout.setFormatter(Formatter(' %(asctime)-15s %(thread)s' + fmt))
else: # pragma: no cover
# just prefix with the space
stdout.setFormatter(Formatter(fmt))