You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/03 02:27:02 UTC

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3482: chore: add argument verbose to print init_etcd debug info

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:
users@infra.apache.org