tzssangglass commented on pull request #6215: URL: https://github.com/apache/apisix/pull/6215#issuecomment-1032605770
hi @zhendongcmss, you can do like:https://github.com/apache/apisix/pull/5831/files#diff-0143af7fae95d5cd58bb1e460c89bbe37e8c35826b5ce783d9e2c3a13ba91775R114 to make `t/admin/plugins.t` pass. maybe you put `clickhouse-logger` in the wrong place. ``` # loggly # http-logger # -clickhouse-logger # splunk-hec-logging # skywalking-logger # google-cloud-logging # @@ -56,6 +55,7 @@ # syslog # udp-logger # file-logger # +clickhouse-logger # example-plugin # aws-lambda ``` -- 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]
