From a1526c9334a78cb8e8bb436a245f305a3a7e4272 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 6 Nov 2021 01:43:32 +0100 Subject: [PATCH] Debug log notify timeout --- cmd/apiary.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/apiary.go b/cmd/apiary.go index 167eb53..e57762a 100644 --- a/cmd/apiary.go +++ b/cmd/apiary.go @@ -204,6 +204,7 @@ func ActionServe(c *cli.Context) error { loggers.rootLogger.Warnw("Unable to connect to NOTIFY_SOCKET to get watchdog timeout.", "error", err) return } + loggers.rootLogger.Debugw("Got timeout", "timeout", timeout) ticker := time.NewTicker(timeout / 2) for { healthy := s.IsHealthy()