Skip to content

Commit

Permalink
dumpContextError: Log with debug level instead of warn
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Oct 18, 2023
1 parent 04fc5d4 commit 1885ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ func dumpContextError(ctx context.Context, err error, start time.Time, spanlog *
} else {
timeout = "not set"
}
level.Warn(spanlog).Log("msg", "query context error", "cause", context.Cause(ctx), "timeout", timeout,
level.Debug(spanlog).Log("msg", "query context error", "cause", context.Cause(ctx), "timeout", timeout,
"err", err)
}

Expand Down

0 comments on commit 1885ca5

Please sign in to comment.