Hi,
I am using this library in my Lambda to log custom metrics. When using it, I observe for the EMF log line it will add those Lambda autogenerated fields like @ingestionTime, @logstream, @message, @timestamp and etc but @requsetId is missing from it. Other normal log lines generated from code will always have @requestid.
The problem caused is when we use log Insight to search for all logs of a specific Lambda invocation by filter @requestId = "something", with @requestid missed on this line, it won't show up in search result.
See the picture for details.
@requestid is missed

when searching logs with @requestid, EMF log line is not included due to missing @requestid

Do we think this is something we can fix?
Hi,
I am using this library in my Lambda to log custom metrics. When using it, I observe for the EMF log line it will add those Lambda autogenerated fields like @ingestionTime, @logstream, @message, @timestamp and etc but
@requsetIdis missing from it. Other normal log lines generated from code will always have @requestid.The problem caused is when we use log Insight to search for all logs of a specific Lambda invocation by
filter @requestId = "something", with @requestid missed on this line, it won't show up in search result.See the picture for details.

@requestid is missed
when searching logs with @requestid, EMF log line is not included due to missing @requestid

Do we think this is something we can fix?