-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update system_log.markdown: clarifications for "max_entries" #38496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request updates the Changes
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
source/_integrations/system_log.markdown (1)
12-12
: Refined Log Description & Style Suggestion
The updated paragraph clearly differentiates between the condensed log (storing only the last 50 errors and warnings) and the full raw log (retaining all records). This clarification aligns well with the PR objectives.
However, consider simplifying the sentence for improved readability. For example, you might rephrase it to:"The
system_log
integration stores all errors and warnings. To prevent overloading, only the last 50 errors and warnings are kept in a condensed log, while a full raw log retains every record. You can adjust the number of entries stored in the condensed log using themax_entries
parameter."This shorter alternative might make the information easier to digest.
🧰 Tools
🪛 LanguageTool
[style] ~12-~12: Consider a shorter alternative to avoid wordiness.
Context: ...ensed and full raw logs are available). In order to not overload Home Assistant with log da...(IN_ORDER_TO_PREMIUM)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_integrations/system_log.markdown
(2 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/system_log.markdown
[style] ~12-~12: Consider a shorter alternative to avoid wordiness.
Context: ...ensed and full raw logs are available). In order to not overload Home Assistant with log da...
(IN_ORDER_TO_PREMIUM)
🔇 Additional comments (1)
source/_integrations/system_log.markdown (1)
25-25
: Clearermax_entries
Configuration Description
The updated description now clearly states that themax_entries
parameter applies specifically to the condensed log. This enhanced clarity ensures users understand its effect and aligns with the documentation objectives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @ildar170975 👍
Proposed change
Clarifications for
max_entries
parameter in accordance with home-assistant/core#84487 (comment)Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
max_entries
configuration parameter to clarify its relevance to the condensed log.