serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Support V3 log interface
Add support for Serverless V3 logging (per #279 )
@pgrzesik I kept it in WIP while doing some local testing with v3 - seems ready for a review!
Thanks @colemanja91 👍 I'll run it locally to see if there's anything missing in the workflow. 👍
Hello @colemanja91 - how did you verify it's properly working on local? I'm working with your branch locally and it doesn't seem to take the effect. Looking at the code it seems like the original setup of v3Utils
log-related functions is happening at a wrong place or it's misused. You're using references to these helper functions on provider
, but they're never assigned to provider. Am I missing something?