diff --git a/pkg/healthcheck/teapot.go b/pkg/healthcheck/teapot.go index 83b40b3..0b45f9c 100644 --- a/pkg/healthcheck/teapot.go +++ b/pkg/healthcheck/teapot.go @@ -33,6 +33,7 @@ func runTeapot(conf *conf.Conf) (checkResults []CheckResult, err error) { conf.Teapot.ScoreboardPath, "--group-config", strings.Join(formattedGroups, ","), } + slog.Debug("teapot check args", "args", args) var stdoutBuf, stderrBuf bytes.Buffer cmd := exec.Command("joint-teapot", args...) // #nosec G204 cmd.Stdout = &stdoutBuf