Find answers from the community

Updated 2 years ago

```

Plain Text
import logging
import sys

logging.basicConfig(stream=sys.stdout, level=logging.CRITICAL)
logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
f
1 comment
Thank you @Logan M , still no luck, I am running this as a python script in windows console and the token use is still outputted to the console with INFO log level. I have this in very beginning of the script.
Add a reply
Sign up and join the conversation on Discord