mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 12:46:25 +00:00
6 lines
170 B
Python
6 lines
170 B
Python
import logging
|
|
|
|
# Suppress logging from scapy
|
|
logging.getLogger("scapy.runtime").setLevel(logging.CRITICAL)
|
|
logging.getLogger("scapy.loading").setLevel(logging.CRITICAL)
|