Skip to content
Snippets Groups Projects
Commit f6d547d3 authored by Tom Wilkie's avatar Tom Wilkie
Browse files

Don't log request body.


Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
parent ab4c5beb
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ type Config struct {
func (c *Config) RegisterFlags(f *flag.FlagSet) {
c.Server.MetricsNamespace = "loki"
c.Target = All
c.Server.ExcludeRequestInLog = true
f.Var(&c.Target, "target", "target module (default All)")
f.BoolVar(&c.AuthEnabled, "auth.enabled", true, "Set to false to disable auth.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment