Skip to content

Commit

Permalink
Fix nil logger panic
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Feb 10, 2023
1 parent 00060d0 commit 912c651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/phlaredb/block_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func NewBlockQuerier(phlarectx context.Context, bucketReader phlareobjstore.Buck
phlarecontext.Registry(phlarectx),
),
),
logger: phlarecontext.Logger(phlarectx),
bucketReader: bucketReader,
}
}
Expand Down

0 comments on commit 912c651

Please sign in to comment.