mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: testcases - verbosity > 2 now also includes logger name (to replace need for custom --s)
This commit is contained in:
parent
94cada0c6b
commit
4df06f5352
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ if verbosity > 1: # pragma: no cover
|
|||
if verbosity > 3:
|
||||
fmt = ' | %(module)15.15s-%(levelno)-2d: %(funcName)-20.20s |' + fmt
|
||||
if verbosity > 2:
|
||||
fmt = ' +%(relativeCreated)5d %(thread)X %(levelname)-5.5s' + fmt
|
||||
fmt = ' +%(relativeCreated)5d %(thread)X %(name)-25s %(levelname)-5.5s' + fmt
|
||||
else:
|
||||
fmt = ' %(asctime)-15s %(thread)X %(levelname)-5.5s' + fmt
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue