opentdf / platform

Persistent data centric security that extends owner control wherever data travels
BSD 3-Clause Clear License
18 stars 10 forks source link

move healthcheck logs to trace level #1486

Closed strantalis closed 1 month ago

strantalis commented 2 months 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 month ago

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