Skip to content

Commit

Permalink
Log with level warning only
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 22, 2024
1 parent ad3e85f commit 1016650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/clusters/Attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def _handleReportEnd(self):
attribute_path = TypedAttributePath(Path=change)
except KeyError as err:
# path could not be resolved into a TypedAttributePath
logging.getLogger(__name__).exception(err)
logging.getLogger(__name__).warning(err)
self._subscription_handler.OnAttributeChangeCb(
attribute_path, self._subscription_handler)

Expand Down

0 comments on commit 1016650

Please sign in to comment.