mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
try to cleanup some migration logging
This commit is contained in:
parent
f8e21584b6
commit
bf5ec2f65f
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user