Disable HTTPS connection text in logging

kushagraiitk
How do we disable logging "starting https...." Everytime we fetch price it prints this to log file.
  • rakeshr
    You can remove the logging command, eg: logging.basicConfig(level=logging.DEBUG)
Sign In or Register to comment.