td-ameritrade-python-api icon indicating copy to clipboard operation
td-ameritrade-python-api copied to clipboard

Printing "grabbing new access token"

Open SkyHyperV opened this issue 3 years ago • 1 comments

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 avatar Jun 28 '22 21:06 SkyHyperV

@SkyHyperV try this: logging.getLogger("tda.auth").setLevel(logging.WARNING), i am using it

pingzh avatar Dec 26 '22 00:12 pingzh