try to cleanup some migration logging

This commit is contained in:
Blake Blackshear 2021-01-13 07:12:53 -06:00
parent 63e14a98f9
commit 5ad4017510

View File

@ -115,6 +115,7 @@ class FrigateApp():
self.db = SqliteExtDatabase(self.config.database.path) self.db = SqliteExtDatabase(self.config.database.path)
# Run migrations # Run migrations
del(logging.getLogger('peewee_migrate').handlers[:])
router = Router(self.db) router = Router(self.db)
router.run() router.run()