mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
cleanup
This commit is contained in:
parent
58a60562ac
commit
d120dc18d1
|
@ -33,6 +33,3 @@ FORMATTER = logging.Formatter("\r[%(asctime)s] [%(levelname)s] %(message)s", "%H
|
|||
LOGGER_HANDLER.setFormatter(FORMATTER)
|
||||
LOGGER.addHandler(LOGGER_HANDLER)
|
||||
LOGGER.setLevel(logging.WARN)
|
||||
|
||||
# to handle logger with the RESTful API
|
||||
LOGGER_OUTPUT = StringIO.StringIO()
|
||||
|
|
Loading…
Reference in New Issue
Block a user