mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-09 18:23:45 +03:00
Update sqlmapapi.py
This commit is contained in:
parent
3839c78d2a
commit
73cebd33ed
|
@ -10,15 +10,6 @@ import logging
|
|||
import os
|
||||
import warnings
|
||||
|
||||
# Error management and logging setup
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s - %(levelname)s - %(message)s', # Log format
|
||||
level=logging.DEBUG, # Set log level to DEBUG
|
||||
handlers=[
|
||||
logging.StreamHandler() # Print logs to console
|
||||
]
|
||||
)
|
||||
|
||||
# Using the logger from lib.core.data (ensure no conflicts)
|
||||
from lib.core.data import logger
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user