mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
cleanup
This commit is contained in:
parent
58a60562ac
commit
d120dc18d1
1 changed files with 0 additions and 3 deletions
|
|
@ -33,6 +33,3 @@ FORMATTER = logging.Formatter("\r[%(asctime)s] [%(levelname)s] %(message)s", "%H
|
||||||
LOGGER_HANDLER.setFormatter(FORMATTER)
|
LOGGER_HANDLER.setFormatter(FORMATTER)
|
||||||
LOGGER.addHandler(LOGGER_HANDLER)
|
LOGGER.addHandler(LOGGER_HANDLER)
|
||||||
LOGGER.setLevel(logging.WARN)
|
LOGGER.setLevel(logging.WARN)
|
||||||
|
|
||||||
# to handle logger with the RESTful API
|
|
||||||
LOGGER_OUTPUT = StringIO.StringIO()
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue