Skip to content
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

Replace logger implementation with Vector instead of tini + tail #498

Merged
merged 7 commits into from
Mar 7, 2023

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented Feb 27, 2023

What this PR does:
Replaces the current system-logger with Vector and a very basic config.

Which issue(s) this PR fixes:
Fixes #501

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@burmanm burmanm force-pushed the replace_systemlogger_with_vector branch from b9202b4 to 52c1021 Compare February 27, 2023 13:53
…LUSTER_NAME, DATACENTER_NAME and RACK_NAME. These can be used in advanced Vector configs to target logs. Also, modify cassdc.CassDcName() -> cassdc.DatacenterName(), consistent with other naming conventions in the code
@burmanm burmanm marked this pull request as ready for review March 2, 2023 15:00
@burmanm burmanm requested a review from a team as a code owner March 2, 2023 15:00
tests/testdata/configs/vector-config.yaml Outdated Show resolved Hide resolved
Co-authored-by: Olivier Michallat <olim7t@users.noreply.github.com>
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.

Replace tini + tail with Vector for log console
2 participants