zhendongcmss commented on a change in pull request #6256:
URL: https://github.com/apache/apisix/pull/6256#discussion_r809855021



##########
File path: apisix/plugins/error-log-logger.lua
##########
@@ -214,6 +227,70 @@ local function send_to_skywalking(log_message)
 end
 
 
+local function send_to_clickhouse(log_message)
+    local err_msg
+    local res = true
+    local url_decoded = url.parse(config.clickhouse.endpoint_addr)

Review comment:
       yes




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