I have an existing python project. When it is executed, it logs the messages using regular logger.warning() or logger.error() or similar python log
logger.warning()
logger.error()