mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Use debug instead of info log level in linode (#125941)
This commit is contained in:
parent
5685ba7f55
commit
aece6cc327
@ -45,7 +45,7 @@ def setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
_linode = Linode(access_token)
|
_linode = Linode(access_token)
|
||||||
|
|
||||||
try:
|
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:
|
except linode.errors.ApiError as _ex:
|
||||||
_LOGGER.error(_ex)
|
_LOGGER.error(_ex)
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user