Is there a way to silence logs for particular lambda while in live lambda development mode?
f
Frank
09/06/2021, 9:15 AM
Hey @Pavan Kumar, by “silence logs”, is it you don’t want to live debug that particular lambda in
sst start
? Or is it you still want to live debug it, but not print anything to the terminal?
Frank
09/06/2021, 9:16 AM
It’d be helpful if you can share a bit about ur use case.
p
Pavan Kumar
09/06/2021, 10:13 AM
@Frank I still want live debug, but don't want to print anything in terminal.
I have a lambda which listen to Topic. This SNS Topic is not part of our project. This topic gets lot of events. So we end up getting lots of logs from this particular lambda pollution our terminal.
So we want to silence output from this lambda. May be as follows