mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
-v 0 shows both error, critical and raw_input messages
This commit is contained in:
parent
d7d47b6257
commit
f00aff5303
2 changed files with 2 additions and 2 deletions
|
|
@ -1321,7 +1321,7 @@ def __setVerbosity():
|
|||
conf.verbose = int(conf.verbose)
|
||||
|
||||
if conf.verbose == 0:
|
||||
logger.setLevel(logging.CRITICAL)
|
||||
logger.setLevel(logging.ERROR)
|
||||
elif conf.verbose == 1:
|
||||
logger.setLevel(logging.INFO)
|
||||
elif conf.verbose > 2 and conf.eta:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue