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

improvement(plugins): debug log manifest dump #4997

Merged
merged 1 commit into from Sep 4, 2023
Merged

Conversation

eysi09
Copy link
Collaborator

@eysi09 eysi09 commented Aug 29, 2023

Before this we were printing all the manifests we were applying at the verbose level which imo is too low a level and can make the logs very noisy.

Noticed this e.g. when streaming logs via the dashboard.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Assigning @stefreak since you added this. Not sure if it was intentional or not, but don't you agree that this should be debug as opposed to verbose?

Before this we were printing all the manifests we were applying at the
verbose level which imo is too low a level and can make the logs very
noisy.

Noticed this e.g. when streaming logs via the dashboard.
@eysi09 eysi09 requested a review from stefreak August 29, 2023 17:26
Copy link
Member

@stefreak stefreak left a comment

Choose a reason for hiding this comment

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

@eysi09 it was intentional, but I am also ok with the debug log level. Probably better, you're right.

The idea was that users can see what exactly has been applied when kubectl returns errors. I wonder if the manifests are part of the error details? Currently the error.log does not work, which is a bug I'll probably look into next

@stefreak stefreak added this pull request to the merge queue Aug 30, 2023
@stefreak stefreak removed this pull request from the merge queue due to a manual request Aug 30, 2023
@eysi09 eysi09 added this pull request to the merge queue Sep 4, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 4, 2023
@eysi09 eysi09 added this pull request to the merge queue Sep 4, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 4, 2023
@stefreak stefreak added this pull request to the merge queue Sep 4, 2023
Merged via the queue into main with commit 3a56836 Sep 4, 2023
41 checks passed
@stefreak stefreak deleted the debug-log-k8s-manifest branch September 4, 2023 10:58
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.

None yet

2 participants