Is there a way to suppress this message? I've tried the following without success: logging.getLogger("td").setLevel(logging.WARNING) logging.getLogger("td.client").setLevel(logging.WARNING) logging.getLogger("TDClient").setLevel(logging.WARNING)