Set log to debug (#21898)

This commit is contained in:
Nicolas Mowen 2026-02-05 12:31:07 -07:00 committed by GitHub
parent c9055ea941
commit 41b983a133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}"
)