serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

Support V3 log interface

Open colemanja91 opened this issue 3 years ago • 3 comments

Add support for Serverless V3 logging (per #279 )

colemanja91 avatar Jan 08 '22 13:01 colemanja91

@pgrzesik I kept it in WIP while doing some local testing with v3 - seems ready for a review!

colemanja91 avatar Jan 17 '22 20:01 colemanja91

Thanks @colemanja91 👍 I'll run it locally to see if there's anything missing in the workflow. 👍

pgrzesik avatar Jan 25 '22 10:01 pgrzesik

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?

pgrzesik avatar Jan 25 '22 10:01 pgrzesik