Skip to content

Commit

Permalink
store: add missing debugLogging set (thanos-io#5856)
Browse files Browse the repository at this point in the history
Signed-off-by: Seena Fallah <seenafallah@gmail.com>

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
  • Loading branch information
clwluvw authored and Nathaniel Graham committed May 18, 2023
1 parent 49e3491 commit b5bd7a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/thanos/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ func registerStore(app *extkingpin.App) {
return errors.Wrap(err, "error while parsing config for request logging")
}

conf.debugLogging = debugLogging

return runStore(g,
logger,
reg,
Expand Down

0 comments on commit b5bd7a6

Please sign in to comment.