Some logging message in request library in python are annoying.
I don't want to disable all, but only some messages. How can I implement this code:
def show_message(log)
if log.startswith("message"):
return False
return True
Some logging message in request library in python are annoying.
I don't want to disable all, but only some messages. How can I implement this code:
def show_message(log)
if log.startswith("message"):
return False
return True
Copyright © 2021 Jogjafile Inc.