-
Notifications
You must be signed in to change notification settings - Fork 514
Cleanup logs #8347
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
Comments
After the latest structured logging additions, I took at look at all the kiali cache messages, and I see just a bunch of these - Do you think we can prune these? I'm not sure how helpful they are.
|
Yes they are just noise at this point. I'm guessing they were added when cache support was first being added to know if an object was coming from the cache or not but now that feature has been implemented for years I don't think these are ever used for debugging but they account for a vast majority of the trace logs. |
What do you want to improve?
The trace level logs are extremely noisy today. Messages when Kiali accesses the cache like
[Kiali Cache]...
are not helpful and should be pruned. Along with the "abnormal workload type" messages.What is the current behavior?
What is the new behavior?
The text was updated successfully, but these errors were encountered: