Revolyssup commented on code in PR #12629:
URL: https://github.com/apache/apisix/pull/12629#discussion_r2386973029


##########
apisix/core/config_etcd.lua:
##########
@@ -698,8 +699,9 @@ local function sync_data(self)
 
     local dir_res, err = waitdir(self)
     log.info("waitdir key: ", self.key, " prev_index: ", self.prev_index + 1)
-    log.info("res: ", json.delay_encode(dir_res, true), ", err: ", err)
-

Review Comment:
   This log contained sensitive information and was being used to assert if 
there is a bulk operation. So the entire log is replaced with just the log 
about whether etcd events were sent in bulk.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to