You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/03 03:56:58 UTC

[GitHub] [apisix] tokers commented on a change in pull request #2928: fix: fixed the non-effective plugin configuration update in tcp/udp-logger plugin

tokers commented on a change in pull request #2928:
URL: https://github.com/apache/apisix/pull/2928#discussion_r534649503



##########
File path: apisix/plugins/tcp-logger.lua
##########
@@ -106,7 +108,7 @@ local function remove_stale_objects(premature)
 
     for key, batch in ipairs(buffers) do
         if #batch.entry_buffer.entries == 0 and #batch.batch_to_process == 0 then
-            core.log.debug("removing batch processor stale object, route id:", tostring(key))
+            core.log.warn("removing batch processor stale object, route id:", tostring(key))

Review comment:
       @spacewander Nice capture, already fixed.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org