mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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
|
# Failed with retryable error
|
||||||
return False
|
return False
|
||||||
|
|
||||||
_LOGGER.warning("Error executing %s: %s", description, err)
|
_LOGGER.error("Error executing %s: %s", description, err)
|
||||||
|
|
||||||
# Failed with permanent error
|
# Failed with permanent error
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user