Reduce log-noise of KIM on production #624
Labels
area/control-plane
Related to all activities around Kyma Control Plane
kind/feature
Categorizes issue or PR as related to a new feature.
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:
Reasons
Log relevant data with loglevel >= INFO. All debug related data should retrieve DEBUG loglevel.
Attachments
The text was updated successfully, but these errors were encountered: