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

Changed Logging configmap to not be overridden in dev workflow #665

Merged
merged 8 commits into from
Sep 9, 2021
Merged

Changed Logging configmap to not be overridden in dev workflow #665

merged 8 commits into from
Sep 9, 2021

Conversation

njtran
Copy link
Contributor

@njtran njtran commented Sep 8, 2021

1. Issue, if available:
Possibly related to this issue #649

2. Description of changes:
When doing make apply to test local changes, we apply the configmap yaml, where the overrides will set the log level back to the info level regardless of if the developer wants it to be at the debug level.

3. Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: link to issue
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@netlify
Copy link

netlify bot commented Sep 8, 2021

✔️ Deploy Preview for karpenter-docs-prod canceled.

🔨 Explore the source changes: 6859192

🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/61393dd5cc05bf0007ff783d

@njtran njtran changed the title Logging fix Changed Logging configmap to not be overridden in dev workflow Sep 8, 2021
@@ -31,6 +31,3 @@ data:
"timeEncoder": "iso8601"
}
}
# Log level overrides
loglevel.controller: info # debug
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it would be good to just comment these two lines out (completely) - that way people can see how to change the log level if they wish.

@ellistarn ellistarn merged commit 4d931aa into aws:main Sep 9, 2021
@njtran njtran deleted the loggingFix branch September 9, 2021 22:41
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.

3 participants