logging.warning("Here is a variable: %", my_var)
logging.warning("Here is a variable: %s", my_var)
Used when a logging statement format string terminates before the end of a conversion specifier.