mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Elevate Recorder "Error executing ..." from warning to error (#142816)
This commit is contained in:
parent
0764cf1165
commit
f1975d9dbf
@ -650,7 +650,7 @@ def _wrap_retryable_database_job_func_or_meth[**_P](
|
||||
# Failed with retryable error
|
||||
return False
|
||||
|
||||
_LOGGER.warning("Error executing %s: %s", description, err)
|
||||
_LOGGER.error("Error executing %s: %s", description, err)
|
||||
|
||||
# Failed with permanent error
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user