mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Don't log DB connection string on error (#61927)
This commit is contained in:
parent
7db3246de4
commit
77829e397b
@ -824,8 +824,7 @@ class Recorder(threading.Thread):
|
||||
return migration.get_schema_version(self)
|
||||
except Exception as err: # pylint: disable=broad-except
|
||||
_LOGGER.exception(
|
||||
"Error during connection setup to %s: %s (retrying in %s seconds)",
|
||||
self.db_url,
|
||||
"Error during connection setup: %s (retrying in %s seconds)",
|
||||
err,
|
||||
self.db_retry_wait,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user