Skip to content

Conversation

@jstirnaman
Copy link
Contributor

Summary

  • Add comprehensive documentation for the --log-filter configuration option including log levels table (error, warn, info, debug, trace)
  • Document targeted filtering syntax for debugging specific components
  • Add common component names table for Core and Enterprise
  • Add debug logging section to write troubleshoot page

Related Issue

closes influxdata/DAR#575

Test plan

  • Verify Hugo builds successfully
  • Review rendered pages for Core and Enterprise config-options
  • Review write troubleshoot pages

Remove exclusions for sites that return 403/429 (bot protection) and
5xx (server errors) - these are now handled by severity classification:
- 403/401/429 → info (shown but don't fail CI)
- 5xx/timeout → warning (shown but don't fail CI)
- 404/410/DNS → error (fail CI)

Removed exclusions:
- GitHub, Slack, Reddit, StackOverflow
- Docker Hub, Grafana, Microsoft Learn
- Claude.ai, Dremio, Scarf, InfluxData support

Kept exclusions:
- Localhost/local network URLs
- Example/placeholder URLs
- CI-specific workarounds (canonical URLs, file fragments)

Added [severity] configuration section with default thresholds.
Add comprehensive documentation for the --log-filter configuration option:
- Log levels table (error, warn, info, debug, trace)
- Targeted filtering syntax for specific components
- Common component names for Core and Enterprise
- Debug logging section in write troubleshoot page

closes influxdata/DAR#575
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

PR Preview Action v1.4.8
🚀 Deployed preview to https://influxdata.github.io/docs-v2/pr-preview/pr-6695/
on branch gh-pages at 2026-01-06 20:00 UTC

Copy link
Contributor

@waynr waynr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Copy link
Contributor

@philjb philjb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one suggestion


| Level | Description |
| :------ | :---------------------------------------------------------------------------------------------------- |
| `error` | Only errors that indicate serious problems |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wordsmith: I suggest Only errors

@jstirnaman jstirnaman merged commit 1203602 into master Jan 6, 2026
6 checks passed
@jstirnaman jstirnaman deleted the dar-575-log-options branch January 6, 2026 20:01
github-actions bot added a commit that referenced this pull request Jan 6, 2026

| Component | Description |
| :------------------------------------ | :------------------------------------------------------- |
| `influxdb3_write_buffer` | Write buffer operations |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry i missed this: I think its called write_buffer; I think it'll be influxdb3_write::write_buffer specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants