info(msg, *args, **kwargs)[source] Log ‘msg % args’ with severity ‘INFO’. To pass exception information, use the keyword argument exc_info with a true value, e.g. logger.info(“Houston, we have a %s”, “notable problem”, exc_info=True)