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
63e14a98f9
commit
5ad4017510
@ -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