Skip to content

Commit

Permalink
store: add missing debugLogging set (#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 committed Nov 4, 2022
1 parent ced643a commit ef3a331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/thanos/store.go
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 ef3a331

Please sign in to comment.