Open VictoriaHunsaker opened 6 months ago
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!
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!