mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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)
|
||||
|
||||
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…
x
Reference in New Issue
Block a user