We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0079fd commit 23f8b38Copy full SHA for 23f8b38
internal/mode/static/handler.go
@@ -170,7 +170,7 @@ func newEventHandlerImpl(cfg eventHandlerConfig) *eventHandlerImpl {
170
171
func (h *eventHandlerImpl) HandleEventBatch(ctx context.Context, logger logr.Logger, batch events.EventBatch) {
172
start := time.Now()
173
- logger.V(1).Info("Started processing event batch hello", "name", "sarthak")
+ logger.V(1).Info("Started processing event batch")
174
175
defer func() {
176
duration := time.Since(start)
0 commit comments