2 Answers
- Newest
- Most votes
- Most comments
0
No. There is no way to configure which messages gets logged. You can remove CloudWatch from the Lambda's execution role, but that will disable all logs.
Why would you want to disable that log line?
0
I definitely don't want to disable CloudWatch.
The reason I want to disable that line is for the following reason:
When I go to the log stream page, say I want to review some various requests that happened yesterday 4/12.
So, I open all the 4/12 log streams.
Many of them will be empty logs that contain only that INIT_START line. Thus it takes up my time when trying to find only actual requests from the outside world.
answered 3 years ago
Relevant content
- asked 10 months ago
- asked 3 months ago
- AWS OFFICIALUpdated 3 years ago

Are you using Provisioned Concurrency? (this will usually be the reason for having empty log streams). If so, why?
As to finding the log streams with content, just use the "Search log group" button (and limit the time frame to search) to find the appropriate messages.