Yiyiyimu commented on a change in pull request #3482:
URL: https://github.com/apache/apisix/pull/3482#discussion_r569087341
##########
File path: apisix/cli/ops.lua
##########
@@ -450,20 +450,20 @@ local function start(env, ...)
local parser = argparse()
parser:argument("_", "Placeholder")
parser:option("-c --config", "location of customized config.yaml")
+ parser:flag("--verbose", "show init_etcd debug information")
Review comment:
That is indeed a good idea I think. But I go through APISIX cli and for
me I could not find many places to add more log. Maybe we could leave it here,
and wait if anyone need to add some log.
----------------------------------------------------------------
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]