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
Prepend the `LOG_LEVEL` environment variable and `debug` value to the call that invokes your function, on the command line. This should output a lot of debug data for your SDK calls.
1771
1771
1772
-
To debug Openwhisk API requests and responses, you can use this environment variable:
1773
-
```bash
1774
-
NODE_DEBUG=needle <your_call_here>
1775
-
```
1776
-
1777
1772
## Contributing
1778
1773
1779
1774
Contributions are welcome! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.
0 commit comments