Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Unnecessary log details
Browse files Browse the repository at this point in the history
  • Loading branch information
nint8835 committed Feb 26, 2024
1 parent 0c2a2cb commit faac78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (s *Server) monitorStatuses(ctx context.Context) {
return false
}

log.Debug().Str("identifier", identifier).Str("status", string(status.Status)).Msg("Component status updated")
log.Debug().Str("identifier", identifier).Msg("Component status updated")

return true
})
Expand Down

0 comments on commit faac78d

Please sign in to comment.