Skip to content

Commit 657771c

Browse files
committedJul 3, 2024
Downgrades logging.info to logging.debug
1 parent 65f443f commit 657771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/python_testing/matter_testing_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def __call__(self, path: TypedAttributePath, transaction: SubscriptionTransactio
278278

279279
asserts.assert_equal(path.AttributeType, self._expected_attribute,
280280
f"[AttributeChangeCallback] Attribute mismatch. Expected: {self._expected_attribute}, received: {path.AttributeType}")
281-
logging.info(f"[AttributeChangeCallback] Attribute update callback for {path.AttributeType}")
281+
logging.debug(f"[AttributeChangeCallback] Attribute update callback for {path.AttributeType}")
282282
q = (path, transaction)
283283
self._output.put(q)
284284

0 commit comments

Comments
 (0)