I am new to this logging module.
logging.basicConfig(level=logging.DEBUG) logging.disable = True As per my understanding this should disable debug logs. But when it is executed it prints debug logs also.
I have only debug logs to print. I dont have critical or info logs. So how i can disable this debug logs.