Set log to debug

This commit is contained in:
Nicolas Mowen
2026-02-05 12:20:07 -07:00
parent c9055ea941
commit 5615ec82dc

View File

@@ -601,7 +601,7 @@ class CustomObjectClassificationProcessor(RealTimeProcessorApi):
if consensus_label is not None:
camera = obj_data["camera"]
logger.info(
logger.debug(
f"{self.model_config.name}: Publishing sub_label={consensus_label} for {obj_data['label']} object {object_id} on {camera}"
)