summaryrefslogtreecommitdiff
path: root/cmd/dtailhealthcheck
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dtailhealthcheck')
-rw-r--r--cmd/dtailhealthcheck/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dtailhealthcheck/main.go b/cmd/dtailhealthcheck/main.go
index b0ba4cd..7e54b1c 100644
--- a/cmd/dtailhealthcheck/main.go
+++ b/cmd/dtailhealthcheck/main.go
@@ -25,7 +25,7 @@ func main() {
flag.IntVar(&pprof, "pprof", -1, "Start PProf server this port")
flag.StringVar(&args.Logger, "logger", config.DefaultHealthCheckLogger, "Logger name")
- flag.StringVar(&args.LogLevel, "logLevel", "", "Log level")
+ flag.StringVar(&args.LogLevel, "logLevel", "none", "Log level")
flag.StringVar(&args.ServersStr, "server", "", "Remote server to connect")
flag.Parse()