mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 14:04:10 +03:00
Don't warn when event ids have expired for trigger sync
This commit is contained in:
parent
99a363c047
commit
0314bdf84c
@ -472,7 +472,7 @@ class Embeddings:
|
|||||||
)
|
)
|
||||||
thumbnail_missing = True
|
thumbnail_missing = True
|
||||||
except DoesNotExist:
|
except DoesNotExist:
|
||||||
logger.warning(
|
logger.debug(
|
||||||
f"Event ID {trigger.data} for trigger {trigger_name} does not exist."
|
f"Event ID {trigger.data} for trigger {trigger_name} does not exist."
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user