Skip to content

Commit

Permalink
store: add missing debugLogging set
Browse files Browse the repository at this point in the history
Signed-off-by: Seena Fallah <[email protected]>
  • Loading branch information
clwluvw committed Nov 3, 2022
1 parent 6e95c3e commit bfc3a27
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 bfc3a27

Please sign in to comment.