mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
-v 0 shows both error, critical and raw_input messages
This commit is contained in:
parent
d7d47b6257
commit
f00aff5303
|
@ -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:
|
||||
|
|
|
@ -533,7 +533,7 @@ replicate = False
|
|||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only critical messages
|
||||
# 0: Show only error and critical messages
|
||||
# 1: Show also warning and info messages
|
||||
# 2: Show also debug messages
|
||||
# 3: Show also payloads injected
|
||||
|
|
Loading…
Reference in New Issue
Block a user