Closed komer3 closed 2 months ago
Attention: Patch coverage is 13.63636%
with 57 lines
in your changes missing coverage. Please review.
Project coverage is 38.78%. Comparing base (
cf2f8c3
) to head (755398e
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/driver/controllerserver.go | 13.63% | 57 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR replaces the use of klog with structured logging using the logger package in the controller server. Key changes include:
These changes enhance the observability of the controller server operations and make debugging easier by providing more structured and consistent log output.
General:
Pull Request Guidelines: