mirror of https://github.com/fail2ban/fail2ban
TST: revert change of log format for testcases in commit a3d82e2
parent
a3d82e2ab9
commit
0ea9904440
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue