Skip to content

Commit

Permalink
reset log to original
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthyparty committed Jun 26, 2024
1 parent c0079fd commit 23f8b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mode/static/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func newEventHandlerImpl(cfg eventHandlerConfig) *eventHandlerImpl {

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

defer func() {
duration := time.Since(start)
Expand Down

0 comments on commit 23f8b38

Please sign in to comment.