You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/12 19:16:36 UTC

[GitHub] tardieu opened a new pull request #25: Add debug setting to control needle options

tardieu opened a new pull request #25: Add debug setting to control needle options
URL: https://github.com/apache/incubator-openwhisk-composer/pull/25
 
 
   Example:
   ```
   deploy demo ~/demo.json -w --debug 'needle<{"connection":"keep-alive","open_timeout":60000}>'
   ```
   
   Needle options are specified as a json object and delimited by `needle<` and `>`.
   
   To turn on needle logging and specify options the following is needed:
   ```
   deploy demo ~/demo.json -w --debug 'needle,needle<{"connection":"keep-alive","open_timeout":60000}>'
   ```
   
   These options are relevant to spawning new compositions using the `async`, `parallel`, `par`, and `map` combinators.
   
   Invalid options are ignored but recorded with a log entry.

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


With regards,
Apache Git Services