Skip to content
New issue

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

[javascript] [bug] When logging a function execution, the context object is printed as [object Object] #31

Open
VictoriaHunsaker opened this issue May 23, 2024 · 0 comments

Comments

@VictoriaHunsaker
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant