diff --git a/homeassistant/components/recorder/__init__.py b/homeassistant/components/recorder/__init__.py index f8f95fd7ccc..12fb1b38c25 100644 --- a/homeassistant/components/recorder/__init__.py +++ b/homeassistant/components/recorder/__init__.py @@ -400,7 +400,7 @@ class Recorder(threading.Thread): migration.migrate_schema(self) self._setup_run() except Exception as err: # pylint: disable=broad-except - _LOGGER.error( + _LOGGER.exception( "Error during connection setup to %s: %s (retrying in %s seconds)", self.db_url, err,