From 0afca48069667e7fe480c156b21c0b28d852e751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Fri, 1 Aug 2025 19:42:09 +0100 Subject: [PATCH] Update homeassistant/bootstrap.py Co-authored-by: Martin Hjelmare --- homeassistant/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 895fa0d3f74..2206969ff7f 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -623,7 +623,7 @@ async def async_enable_logging( default_log_path = hass.config.path(ERROR_LOG_FILENAME) if "SUPERVISOR" in os.environ: _LOGGER.info("Running in Supervisor, not logging to file") - # Delete the default log file if it exists, since previous versions created + # Rename the default log file if it exists, since previous versions created # it even on Supervisor if os.path.isfile(default_log_path): with contextlib.suppress(OSError):