summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-03 14:48:17 +0200
committerPaul Buetow <paul@buetow.org>2026-03-03 14:48:17 +0200
commit46d4917ea0eaa587e87602200fb6843776cc62a5 (patch)
tree5e3ca8b2cd975d077c3a0f3dca49ca6468ac4da9 /cmd
parent852f10bb5d87cbaf1089a532c27777ac4153fde7 (diff)
Add dtailhealth no-auth-key flag and adjust turbo EOF handling
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dtailhealth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dtailhealth/main.go b/cmd/dtailhealth/main.go
index a0ca84e..3d4cccf 100644
--- a/cmd/dtailhealth/main.go
+++ b/cmd/dtailhealth/main.go
@@ -28,6 +28,7 @@ func main() {
flag.StringVar(&args.Logger, "logger", config.DefaultHealthCheckLogger, "Logger name")
flag.StringVar(&args.LogLevel, "logLevel", "none", "Log level")
flag.StringVar(&args.ServersStr, "server", "", "Remote server to connect")
+ flag.BoolVar(&args.NoAuthKey, "no-auth-key", false, "Disable auth-key fast reconnect feature")
flag.StringVar(&pprof, "pprof", "", "Start PProf server this address")
flag.Parse()