fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Return invocation-related logs #87

Open erwinvaneyk opened 6 years ago

erwinvaneyk commented 6 years ago

Commands like fission function test <fn> provide, besides the result, the relevant logs of the invocation. The fission workflows environment does not support this yet, and should be added.

Depends upon adding invocation correlation to logs in #86

soamvasani commented 6 years ago

Prioritizing since it affects debuggablility

erwinvaneyk commented 6 years ago

Moved this issue to 0.6.0 milestone, since the changes needed in Workflows are in; this issue is just blocked on Fission changes