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](https://github.com/tryretool/retoolrpc/blob/7bef1601f01894a2d1c9fc4425724bd18c4f9197/javascript/src/rpc.ts#L111) 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!