Skip to content

Commit

Permalink
Set log level for GetChunkRefs log (#6677)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
  • Loading branch information
Danny Kopping authored Jul 14, 2022
1 parent b3f1965 commit f560dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/stores/composite_store_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (c *storeEntry) GetChunkRefs(ctx context.Context, userID string, from, thro
defer log.Span.Finish()

shortcut, err := c.validateQueryTimeRange(ctx, userID, &from, &through)
log.Log(
level.Debug(log).Log(
"shortcut", shortcut,
"from", from.Time(),
"through", through.Time(),
Expand Down

0 comments on commit f560dcc

Please sign in to comment.