opentdf / platform

OpenTDF Platform monorepo enabling the development and integration of _forever control_ of data into new and existing applications. The concept of forever control stems from an increasingly common concept known as zero trust.
BSD 3-Clause Clear License
18 stars 6 forks source link

move healthcheck logs to trace level #1486

Open strantalis opened 3 weeks ago

strantalis commented 3 weeks ago

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"}

Another option is to just remove them as well.

pflynn-virtru commented 1 week ago

resolved by https://github.com/opentdf/platform/pull/1544