Logger: remove mention of Supervised#41961
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR removes references to Supervised installations from the logger integration documentation, aligning with the fact that Supervised is no longer a recommended installation option. The changes simplify the "Viewing logs" section by removing outdated installation-specific instructions.
Key changes:
- Removed the "Supervised installations" subsection that included SSH add-on instructions for Supervisor-based installations
- Removed the "Non-Supervised installations" subsection header
- Consolidated remaining content under a new "Viewing logs on Container installations" heading
|
|
||
| The log information can be viewed and downloaded from {% my logs title="**Settings** > **System** > **Logs**" %} | ||
|
|
||
| ### Viewing logs on Container installations |
There was a problem hiding this comment.
The section heading uses "Viewing logs on Container installations" but this is redundant and inconsistent with the parent section "Viewing logs" (line 172). According to the documentation standards, this creates an awkward flow.
Consider simplifying to "### Container installations" to match the style of the removed sections ("Supervised installations" and "Non-Supervised installations"). This maintains parallelism and follows the established pattern in the document.
| For {% term "Home Assistant Container" %} installations, the log information is stored in the | ||
| [configuration directory](/docs/configuration/) as `home-assistant.log`. | ||
| You can read it with the command-line tool `cat` or follow it dynamically | ||
| with `tail -f`. |
There was a problem hiding this comment.
The sentence structure could be improved for better readability. The current phrasing "For {% term "Home Assistant Container" %} installations the log information is stored..." is missing a comma after the introductory phrase.
According to documentation standards, this should read: "For {% term "Home Assistant Container" %} installations, the log information is stored in the configuration directory as home-assistant.log and you can read it with the command-line tool cat or follow it dynamically with tail -f."
Additionally, consider breaking this into two sentences for better clarity:
"For {% term "Home Assistant Container" %} installations, the log information is stored in the configuration directory as home-assistant.log. You can read it with the command-line tool cat or follow it dynamically with tail -f."
Proposed change
Logger: remove mention of Supervised
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.