Use debug instead of info log level in linode (#125941)
This commit is contained in:
parent
5685ba7f55
commit
aece6cc327
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||
_linode = Linode(access_token)
|
||||
|
||||
try:
|
||||
_LOGGER.info("Linode Profile %s", _linode.manager.get_profile().username)
|
||||
_LOGGER.debug("Linode Profile %s", _linode.manager.get_profile().username)
|
||||
except linode.errors.ApiError as _ex:
|
||||
_LOGGER.error(_ex)
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue