I used tortoise-orm in my sanic app, then I found that the register_tortoise method use logger.info, but the log message is not displayed on the console。And I use logger.info in my code, the message is also not displayed on the console. How I can make the logger.info work?

