docs: document advanced log rotation options - #105
Conversation
praveen902012
commented
Jul 29, 2026
- Why are you making it?
- What does it do?
- Why is this something Ghost users or developers need?
WalkthroughThe Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@config.mdx`:
- Line 766: Update the useLibrary documentation text to remove the duplicated
“stream”, so it reads “rotating file stream instead of classical time-only
Bunyan rotation.”
- Line 770: Update the rotateExisting option description in the configuration
documentation to clarify that startup rotation occurs only when the existing log
file has reached its configured rotation age, rather than for every existing
file. Preserve the option’s boolean behavior and startup context.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
@praveen902012 this looks good, though I think both of the CodeRabbit suggestions on the PR are valid - is there a reason those were marked resolved? |