mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-06 09:18:36 +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)
|