Skip to content

Commit

Permalink
remove sql debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 8, 2024
1 parent 3057036 commit 9b21469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kong/clustering/services/sync/strategies/postgres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b21469

Please sign in to comment.