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

Fix fluentd log level parameter #225

Merged
merged 1 commit into from
Oct 5, 2019
Merged

Fix fluentd log level parameter #225

merged 1 commit into from
Oct 5, 2019

Conversation

maimaisie
Copy link
Contributor

Description

The first issue is we were incorrectly accessing fluentdLogLevel in the templates, we should be using .Values.sumologic.fluentdLogLevel instead of .Values.fluentdLogLevel. The second issue that Sam noticed was fluentd could not start if the <system> block is defined twice. The fix for that is to have <system> block defined once in the logs and metrics config map (in common.conf) and once in the events config map.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in
  • Confirm debug logs are present in the pods

Copy link
Contributor

@samjsong samjsong left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Maisie!

Copy link
Contributor

@rvmiller89 rvmiller89 left a comment

Choose a reason for hiding this comment

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

Thanks for finding Sam and thanks for fixing Maisie!

@maimaisie maimaisie merged commit ec8c974 into master Oct 5, 2019
@maimaisie maimaisie deleted the maisie-log-level branch October 5, 2019 05:13
psaia pushed a commit to psaia/sumologic-kubernetes-collection that referenced this pull request May 25, 2021
* add multimedia role

* Fix group_manager

Co-authored-by: Mel Cone <7332210+melmaliacone@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.

4 participants