Reduce log level for creating ZHA cluster handler (#108809)
This commit is contained in:
parent
53b73bd0bd
commit
4138b5c308
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class Endpoint:
|
|||
if not cluster_handler_class.matches(cluster, self):
|
||||
cluster_handler_class = ClusterHandler
|
||||
|
||||
_LOGGER.info(
|
||||
_LOGGER.debug(
|
||||
"Creating cluster handler for cluster id: %s class: %s",
|
||||
cluster_id,
|
||||
cluster_handler_class,
|
||||
|
|
Loading…
Add table
Reference in a new issue