mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-16 02:17:46 +01:00
Triggers tweaks (#20339)
* backend * frontend * use correct camera name param * i18n * change log message to debug level * docs tweaks
This commit is contained in:
@@ -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}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user