https://github.com/dell/iDRAC-Redfish-Scripting/blob/29275d65524423e51eb0609ca2a9844f9d58f766/Redfish Python/GetSetBiosAttributesREDFISH.py
I would like to get info without the logging.INFO parts, just the raw output, but it seems that I can't achieve this without altering the file
logging.basicConfig(format='%(message)s', stream=sys.stdout, level=logging.INFO)