We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example as seen in my own logs:
Executing function: healthCheck, context: [object Object]
I think all that needs to be done is modify this line to something like
this._logger.info(`Executing function: ${functionName}, context: ${JSON.stringify(context)}`)
I'd fix it myself, but I can't push a change to a branch in order to open a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example as seen in my own logs:
I think all that needs to be done is modify this line to something like
I'd fix it myself, but I can't push a change to a branch in order to open a PR.
Thanks!
The text was updated successfully, but these errors were encountered: