Reduce log level for creating ZHA cluster handler (#108809)

pull/109129/head
TheJulianJES 2024-01-25 14:45:11 +01:00 committed by Franck Nijhof
parent d697fd23b7
commit b66339dbfe
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

@ -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,