mirror of https://github.com/fail2ban/fail2ban
BF: fail2ban-testcases -- use full "warning" instead of warn for the verbosity dictionary
parent
5df6796e69
commit
404574499d
|
@ -79,7 +79,7 @@ logSys = logging.getLogger("fail2ban")
|
||||||
verbosity = {'heavydebug': 4,
|
verbosity = {'heavydebug': 4,
|
||||||
'debug': 3,
|
'debug': 3,
|
||||||
'info': 2,
|
'info': 2,
|
||||||
'warn': 1,
|
'warning': 1,
|
||||||
'error': 1,
|
'error': 1,
|
||||||
'fatal': 0,
|
'fatal': 0,
|
||||||
None: 1}[opts.log_level]
|
None: 1}[opts.log_level]
|
||||||
|
|
Loading…
Reference in New Issue