diff --git a/frigate/app.py b/frigate/app.py index f32b1779a..3cecf6489 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -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()