functions icon indicating copy to clipboard operation
functions copied to clipboard

Per function and per function call logs via API

Open treeder opened this issue 9 years ago • 2 comments

Currently logs are emitted for each function call with the following values:

call_id="123"
function="FUNCTION_NAME"

If it's the user's logs (written to STDERR), there is also:

user_log=true

We should have some default way of storing and retrieving the logs via the API so the out of the box experience is nice. This probably means we may have an endpoint, but the implementation of that endpoint is pluggable.

treeder avatar Nov 11 '16 15:11 treeder

@treeder Any idea of how we are going to store those logs?

pedronasser avatar Dec 28 '16 19:12 pedronasser

Are there plans to add an HTTP endpoint to https://github.com/iron-io/functions/blob/master/api/server/server.go to retrieve function logs?

vadan-cs avatar May 07 '18 18:05 vadan-cs