bpoole16 commented on a change in pull request #2491: Limit length of HTTP body 
displayed when debugging.
URL: 
https://github.com/apache/incubator-openwhisk/pull/2491#discussion_r131377101
 
 

 ##########
 File path: docs/rest_api.md
 ##########
 @@ -70,7 +70,9 @@ The OpenWhisk API supports request-response calls from web 
clients. OpenWhisk re
 ## Using the CLI verbose mode
 
 The OpenWhisk CLI is an interface to the OpenWhisk REST API.
-You can run the CLI in verbose mode with the flag `-v`, this will print all 
the information about the HTTP request and response.
+You can run the CLI in verbose mode with the flag `-v`, this will print 
truncated information about the HTTP request and response. To print all 
information use the flag `-d` for debug.
+
+**Note** Only HTTP request and response bodies will be truncated if they 
exceed 1000 bytes.
 
 Review comment:
   Made update to docs here.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to