Skip to content

Commit 23f8b38

Browse files
committed
reset log to original
1 parent c0079fd commit 23f8b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func newEventHandlerImpl(cfg eventHandlerConfig) *eventHandlerImpl {
170170

171171
func (h *eventHandlerImpl) HandleEventBatch(ctx context.Context, logger logr.Logger, batch events.EventBatch) {
172172
start := time.Now()
173-
logger.V(1).Info("Started processing event batch hello", "name", "sarthak")
173+
logger.V(1).Info("Started processing event batch")
174174

175175
defer func() {
176176
duration := time.Since(start)

0 commit comments

Comments
 (0)