pritidesai opened a new issue #646: introduce wskdeploy debug/verbose mode URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/646 When you run `wskdeploy -v` today, it displays debug messages from the underneath libraries as well, more specifically, whisk CLI. This is a nice to have debug messages but it will be great to have a separate flag or level to check debug messages from `wskdeploy` itself. ``` [o/whisk.PrintResponseInfo]:475:[Inf] Response body received (ASCII quoted string): "OK" [k.IsResponseResultSuccess]:630:[Wrn] IsResponseResultSuccess: failed to parse response result: invalid character 'O' looking for beginning of value [hisk.parseSuccessResponse]:555:[Inf] Parsing HTTP response into struct type: **whisk.Rule [hisk.parseSuccessResponse]:567:[Wrn] Unsuccessful parse of HTTP response into struct type: **whisk.Rule; parse error 'invalid character 'O' looking for beginning of value' [hisk.parseSuccessResponse]:568:[Wrn] Request was successful, so ignoring the following unexpected response body that could not be parsed: OK [rviceDeployer).createRule]:834:[Inf] Rule ManagedRule-1 has been successfully deployed. ``` I am rather only interested in the following message: ``` [rviceDeployer).createRule]:834:[Inf] Rule ManagedRule-1 has been successfully deployed. ```
---------------------------------------------------------------- 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
