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

pull/170/head
Steven Hiscocks 2013-04-11 18:19:44 +01:00
parent a3d82e2ab9
commit 0ea9904440
1 changed files with 1 additions and 1 deletions

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