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 {