logging.INFO
denotes an integer constant with value of 20
INFO Confirmation that things are working as expected.
What you need is logging.info
logging.info("test")
logging.INFO
denotes an integer constant with value of 20
INFO Confirmation that things are working as expected.
What you need is logging.info
logging.info("test")