try to cleanup some migration logging

This commit is contained in:
Blake Blackshear
2021-01-16 19:09:18 -06:00
parent f8e21584b6
commit bf5ec2f65f
+1
View File
@@ -115,6 +115,7 @@ class FrigateApp():
self.db = SqliteExtDatabase(self.config.database.path)
# Run migrations
del(logging.getLogger('peewee_migrate').handlers[:])
router = Router(self.db)
router.run()