**Describe the bug** Unclear what happened but it looks like lazy logging is broken. The following no longer works for Cloud Functions. We instead see the raw `%s` versus the value: ``` logging.info( "No public members found on %s", registry_resource_name ) ```