Skip to content

Commit

Permalink
Lower logging of attribute changed callback (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Dec 5, 2023
1 parent e60f7b0 commit 4970235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def attribute_updated_callback(
attr_path = str(path.Path)
old_value = node.attributes.get(attr_path)

node_logger.info(
node_logger.debug(
"Attribute updated: %s - old value: %s - new value: %s",
path,
old_value,
Expand Down

0 comments on commit 4970235

Please sign in to comment.