td-ameritrade-python-api
td-ameritrade-python-api copied to clipboard
Printing "grabbing new access token"
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)
@SkyHyperV try this: logging.getLogger("tda.auth").setLevel(logging.WARNING), i am using it