mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
More work for Issue #66
This commit is contained in:
@@ -8,8 +8,8 @@ See the file 'doc/COPYING' for copying permission
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from extra.ansistrm.ansistrm import ColorizingStreamHandler
|
||||
from lib.core.enums import CUSTOM_LOGGING
|
||||
from thirdparty.ansistrm.ansistrm import ColorizingStreamHandler
|
||||
|
||||
logging.addLevelName(CUSTOM_LOGGING.PAYLOAD, "PAYLOAD")
|
||||
logging.addLevelName(CUSTOM_LOGGING.TRAFFIC_OUT, "TRAFFIC OUT")
|
||||
|
||||
Reference in New Issue
Block a user