tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.7k stars 391 forks source link

tortoise-orm init log #981

Open apan-git opened 3 years ago

apan-git commented 3 years ago

Can you cancel log output here

image

Because a long log appears every time debugging starts, which makes me very uncomfortable, but I can't turn it off

apan-git commented 3 years ago

I use the tortoise-orm 0.17.7

BobDotCom commented 2 years ago

You could try

logging.getLogger("tortoise").setLevel(logging.WARN)