mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
-v 0 shows both error, critical and raw_input messages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user