Change logger level on config migration for Mastodon (#124558)

This commit is contained in:
Andrew Jackson 2024-08-25 08:53:30 +01:00 committed by GitHub
parent b63fb9f17f
commit 31f5539311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
unique_id=slugify(construct_mastodon_username(instance, account)),
)
LOGGER.info(
LOGGER.debug(
"Entry %s successfully migrated to version %s.%s",
entry.entry_id,
entry.version,