Debug logs should be focused on debugging an issue in the platform. Currently we are logging readiness checks and this adds more noise than value.
{"time":"2024-08-30T16:03:18.265200807Z","level":"DEBUG","msg":"checking readiness of authorization service","namespace":"authorization"}
{"time":"2024-08-30T16:03:18.265226873Z","level":"DEBUG","msg":"checking readiness of kas service","namespace":"kas"}
{"time":"2024-08-30T16:03:18.265234511Z","level":"DEBUG","msg":"checking readiness of namespaces service","namespace":"policy"}
{"time":"2024-08-30T16:03:28.265200412Z","level":"DEBUG","msg":"checking readiness of namespaces service","namespace":"policy"}
Debug logs should be focused on debugging an issue in the platform. Currently we are logging readiness checks and this adds more noise than value.
Another option is to just remove them as well.