Removed tensorflow debug from log.py

This commit is contained in:
Jeroen Oudshoorn
2024-12-12 08:48:10 +01:00
parent 6145692db0
commit 4d1aa79bfd

View File

@ -259,7 +259,6 @@ def setup_logging(args, config):
if not args.debug:
# disable scapy and tensorflow logging
logging.getLogger("scapy").disabled = True
logging.getLogger('tensorflow').disabled = True
# https://stackoverflow.com/questions/15777951/how-to-suppress-pandas-future-warning
warnings.simplefilter(action='ignore', category=FutureWarning)
warnings.simplefilter(action='ignore', category=DeprecationWarning)