Removed some confidential data from the logs generated by socializer

This commit is contained in:
Manuel Cortez 2019-07-22 10:04:56 -05:00
parent 64799d2e14
commit 36b25e1c9f

View File

@ -14,6 +14,8 @@ formatter = logging.Formatter(MESSAGE_FORMAT, datefmt=DATE_FORMAT)
requests_log = logging.getLogger("requests")
requests_log.setLevel(logging.WARNING)
urllib3 = logging.getLogger("urllib3")
urllib3.setLevel(logging.WARNING)
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)