Skip to content

Commit

Permalink
remove logging noise
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.rieckhof committed Jan 16, 2025
1 parent 72af152 commit 52e5c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func (lt *logtracer) ProcessHook(next redis.ProcessHook) redis.ProcessHook {

// do log statement
dur := float64(time.Since(vals.startedAt)) / float64(time.Millisecond)
le.Float64("duration", dur).Msg("Redis query")

paceRedisCmdDurationSeconds.With(prometheus.Labels{
"method": cmd.Name(),
Expand Down

0 comments on commit 52e5c76

Please sign in to comment.