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

Reduce log-noise of KIM on production #624

Open
2 tasks
tobiscr opened this issue Jan 27, 2025 · 0 comments
Open
2 tasks

Reduce log-noise of KIM on production #624

tobiscr opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature.

Comments

@tobiscr
Copy link
Contributor

tobiscr commented Jan 27, 2025

Description

When KIM is managing around 500 on production, it generates around 100k log entries in ouir log monitor. This is over time a massive amount of data and increases log service costs intensively.

On Production are all log-messages with log-level >= INFO recorded.

We have to verify the generated log output and reduce the amount of data: goal is to log only relevant information and adjust log-levels of debug-related messages to DEBUG loglevel.

AC:

  • Review log-output generated by KIM in productive Kibana and identify relevant data
  • Ensure non-relevant data are logged with DEBUG loglevel

Reasons

Log relevant data with loglevel >= INFO. All debug related data should retrieve DEBUG loglevel.

Attachments

@tobiscr tobiscr added area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature. labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants