From 21e1dae92f3492f8d52642f0ab6d02934e04d24c Mon Sep 17 00:00:00 2001 From: a Date: Fri, 5 Dec 2025 16:02:49 -0600 Subject: [PATCH] this is an awful hack --- caddy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddy.go b/caddy.go index abcb05a3c..e7259c344 100644 --- a/caddy.go +++ b/caddy.go @@ -757,6 +757,7 @@ func exitProcess(ctx context.Context, logger *zap.Logger) { return } } + fmt.Println("exiting here") // give the OS or service/process manager our 2 weeks' notice: we quit if err := notify.Stopping(); err != nil {