Does SST `Function` intercept console.log statemen...
# sst
m
Does SST
Function
intercept console.log statements and prevent them from going to CloudWatch?
t
under sst start the console log statements happen locally so they wouldn't go to cw, other than that it should behave normally
m
Was trying to do something with cw subscriptions. I guess I don't want to use the local execution for that. Thanks
f
Hmm.. we could technically send the console.log content back to the Lambda and have it printed out to CW.
@Matt Morgan is this a blocker for you?
m
Just a little side project anyway, thanks for asking.