Context.functions are not being sent to the Log after running

I have a function. Within that function, I call another function, but the function I call will not produce a log. I need this as I’m receiving an ERROR from the main function, but the ERROR is not from the main function, it’s from the one I called.

That’s an example. When you’re calling multiple different function within one function, this becomes a nightmare to troubleshoot.

I know it’s been a whole year since you had this issue, but I was wondering if you ever found a solution to this? I am having the same problem when using context.functions.execute()