You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CLI we noticed the outputs could get truncated and wonder whether the can be changed as needed (i.e. to always display the complete outputs instead of a partial one ending in "...". I raised this question at teh slack channel and Andrei asked to file an issue so the team could investigate "possibilities of verbosity".
@shuchihlin currently the character limit for output values in the CLI is 100 so the console window will not be flooded with output data - if you would like to see the whole output value, you can check the <cli home>/logs/execution.log: you should look for an event of type EVENT_OUTPUT_END - under outputs key
In CLI we noticed the outputs could get truncated and wonder whether the can be changed as needed (i.e. to always display the complete outputs instead of a partial one ending in "...". I raised this question at teh slack channel and Andrei asked to file an issue so the team could investigate "possibilities of verbosity".
example:
cslang>run --f /var/tmp/cslang-cli/content/io/cloudslang/amazon/aws/ec2/instances/run_instances.sl --i identity=xxx,credential=yyy,image_id=ami-31814f58
Operation outputs:
InvalidParameterValue</Code... <= can we elect to see full outputs??
Operation: run_instances finished with result: FAILURE
Execution id: 101600050, duration: 0:00:02.024
The text was updated successfully, but these errors were encountered: