try to cleanup some migration logging

This commit is contained in:
Blake Blackshear
2021-01-13 07:18:23 -06:00
parent 5348ca1eab
commit 804702528c
+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()