From 9b21469a8b516b390ca39831f826050d73f005f7 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Fri, 8 Nov 2024 10:06:12 +0800 Subject: [PATCH] remove sql debug log --- kong/clustering/services/sync/strategies/postgres.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/kong/clustering/services/sync/strategies/postgres.lua b/kong/clustering/services/sync/strategies/postgres.lua index d1d96c67cafa..1ef758e2c1d0 100644 --- a/kong/clustering/services/sync/strategies/postgres.lua +++ b/kong/clustering/services/sync/strategies/postgres.lua @@ -91,8 +91,6 @@ function _M:insert_delta(deltas) local sql = string_format(NEW_VERSION_QUERY, buf:get()) - ngx_log(ngx_DEBUG, "[incremental] insert_delta sql: ", sql) - return self.connector:query(sql) end