From 6338d9f3f3c8a4a67b6c038aa655fbd7115da9c2 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 19 Mar 2026 03:52:40 +0000 Subject: [PATCH] Remove chatty debug log --- platform/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/start.go b/platform/start.go index 317997a3..e95b3c84 100644 --- a/platform/start.go +++ b/platform/start.go @@ -158,7 +158,7 @@ func listenAndDoOneJob(ctx context.Context) error { } for { - log.Debug().Msg("wait for notification") + //log.Debug().Msg("wait for notification") notification, err := conn.Conn().WaitForNotification(ctx) if err != nil { //if !pgconn.Timeout(err) {