doc: administration: configuring-fluent-bit: Replace incorrect WITH_TRACE build option FLB_TRACE - #2653
Conversation
…ion-file: Fix incorrect `WITH_TRACE` with `FLB_TRACE` The documented `WITH_TRACE` option is used only for Monkey library. Fluent Bit is built with traces using the `FLB_TRACE` option as documented in the "Build and install" section. Signed-off-by: Ra'Jiska <dodo.lasticot@gmail.com>
…ix incorrect `WITH_TRACE` with `FLB_TRACE` The documented `WITH_TRACE` option is used only for Monkey library. Fluent Bit is built with traces using the `FLB_TRACE` option as documented in the "Build and install" section. Signed-off-by: Ra'Jiska <dodo.lasticot@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe change updates ChangesService configuration documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: 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: 1
🤖 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 `@administration/configuring-fluent-bit/classic-mode/configuration-file.md`:
- Line 24: Update the dns.mode description in the configuration table so its
second sentence reads as a complete sentence with “It” as the subject and uses
the hyphenated “per-plugin” modifier.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: c7a42389-9646-4df4-8d40-40a96632d27f
📒 Files selected for processing (1)
administration/configuring-fluent-bit/classic-mode/configuration-file.md
…ion-file: Clean up Service key table - Sort the Service section key table alphabetically by key name, from `coro_stack_size` through `windows.maxstdio`. Row content is unchanged; this is a pure reorder that matches the ordering already used by the YAML `service-section.md` table. - Remove the italics wrapping from the `FLB_TRACE` code span in the `log_level` row, so it renders as a plain code span and matches how `FLB_TRACE` is written on the YAML `service-section.md` and `build-and-install.md` pages. - Reword the `dns.mode` description so the second sentence has an explicit subject and uses the hyphenated "per-plugin" modifier. Signed-off-by: Eric D. Schabell <eric@schabell.org>
b441d8e to
2d1c7b0
Compare
The documented
WITH_TRACEoption is used only for Monkey library. Fluent Bit is built with traces using theFLB_TRACEoption as documented in the "Build and install" section.Summary by CodeRabbit
tracelog output in both classic and YAML configuration modes.