TaeyeongKwak commented on PR #12697: URL: https://github.com/apache/apisix/pull/12697#issuecomment-3530536190
> Hi @TaeyeongKwak, I saw some errors related to sls-logger. Could you run a test locally to check? You can refer to http://apisix.apache.org/docs/apisix/build-apisix-dev-environment-devcontainers/ Hi @Baoyuantop, Thank you for the suggestion. I've tested `sls-logger` locally following the guide you provided, and the tests passed successfully: ```bash root@a1bd1377d5dd:/workspace# git branch --show-current feat-support-nested-log-format root@a1bd1377d5dd:/workspace# FLUSH_ETCD=1 prove -Itest-nginx/lib -I. -r t/plugin/sls-logger.t t/plugin/sls-logger.t .. ok All tests successful. Files=1, Tests=49, 32 wallclock secs ( 0.02 usr 0.00 sys + 1.00 cusr 0.91 csys = 1.93 CPU) Result: PASS ``` Is there anything I might have missed while performing the test? -- 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]
