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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: