Similar to how it is done in #1107, something like: ```golang log := log.WithField("rfunc", functionName) ``` And, if we're not already logging within those functions we should add some to ease troubleshooting.
Similar to how it is done in #1107, something like:
And, if we're not already logging within those functions we should add some to ease troubleshooting.