Open apan-git opened 3 years ago
Can you cancel log output here
Because a long log appears every time debugging starts, which makes me very uncomfortable, but I can't turn it off
I use the tortoise-orm 0.17.7
You could try
logging.getLogger("tortoise").setLevel(logging.WARN)
Can you cancel log output here
Because a long log appears every time debugging starts, which makes me very uncomfortable, but I can't turn it off