Yiyiyimu commented on a change in pull request #2101:
URL: https://github.com/apache/apisix/pull/2101#discussion_r517143200
##########
File path: bin/apisix
##########
@@ -631,7 +631,7 @@ local function init_etcd(show_output)
break
end
- if show_output then
+ if show_output and show_output ~= "-c" then
Review comment:
I think we could remove `show_output`, since it's used to debug
init_etcd. I raised an issue in #2624
----------------------------------------------------------------
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:
[email protected]