Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Unable to get function logs on Adobe runtime Openwhisk #191

Open
marcinczeczko opened this issue Mar 25, 2020 · 0 comments
Open

Unable to get function logs on Adobe runtime Openwhisk #191

marcinczeczko opened this issue Mar 25, 2020 · 0 comments

Comments

@marcinczeczko
Copy link

Probably it's related to the private nature of that Openwhisk instance I'm working on. However, the issue I'm facing is that I can't get logs for an action due to the following error. Seems that activations endpoint accepts limit in the range of 0 to 50, but sls sets limit 100.

Is there a way to overwrite/change that limit ?

sls logs -f hello -t

  Serverless Error ---------------------------------------

  Failed to retrieve activation logs due to error: GET https://adobeioruntime.net/api/v1/namespaces/_/activations?limit=100&docs=true Returned HTTP 400 (Bad Request) --> "The query parameter 'limit' was malformed:
  The value '100' is not in the range of 0 to 50 for activations."

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com

  Your Environment Information ---------------------------
     Operating System:          darwin
     Node Version:              12.8.0
     Framework Version:         1.67.0
     Plugin Version:            3.6.0
     SDK Version:               2.3.0
     Components Version:        2.22.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant