Open Alexanderis opened 4 months ago
For example Sophos integration will log the full URL path including the defined username and password
Creating a specific logger for urllib3 and setting the level to WARNING resolves this issue
urllib3_logger = logging.getLogger("urllib3") urllib3_logger.setLevel('WARNING')
For example Sophos integration will log the full URL path including the defined username and password
Creating a specific logger for urllib3 and setting the level to WARNING resolves this issue