mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-16 03:52:09 +03:00
change log message to debug level
This commit is contained in:
parent
bd33b95d56
commit
171565f4b4
@ -159,7 +159,7 @@ class SemanticTriggerProcessor(PostProcessorApi):
|
||||
|
||||
# Check if similarity meets threshold
|
||||
if similarity >= trigger["threshold"]:
|
||||
logger.info(
|
||||
logger.debug(
|
||||
f"Trigger {trigger['name']} activated with similarity {similarity:.4f}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user