Skip to content

chore(agent): replace stdlib log with zap in gRPC interceptor#269

Merged
r2dedios merged 1 commit into
RHEcosystemAppEng:release-0.6from
r2dedios:fix/standardize-logging
Jun 23, 2026
Merged

chore(agent): replace stdlib log with zap in gRPC interceptor#269
r2dedios merged 1 commit into
RHEcosystemAppEng:release-0.6from
r2dedios:fix/standardize-logging

Conversation

@r2dedios

Copy link
Copy Markdown
Collaborator

Summary

  • Replace the last 3 log.Printf calls in the gRPC LoggingInterceptor with structured zap logging
  • Remove the stdlib log import from cmd/agent/agent.go
  • The entire codebase now uses zap consistently — no stdlib log remains

Test plan

  • make local-build — compiles clean
  • make lint — 0 issues
  • Verified no remaining log.Print* or "log" imports in cmd/ or internal/

Closes #114

@r2dedios r2dedios added this to the v0.6 milestone Jun 23, 2026
@r2dedios r2dedios added the chore label Jun 23, 2026
@r2dedios r2dedios self-assigned this Jun 23, 2026
@r2dedios r2dedios linked an issue Jun 23, 2026 that may be closed by this pull request
@r2dedios r2dedios merged commit 3f0f0f3 into RHEcosystemAppEng:release-0.6 Jun 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize logging

1 participant