-
Why is there these extra fields like
|
Beta Was this translation helpful? Give feedback.
Answered by
KyleRoss
Oct 8, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KyleRoss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This timestamp field is not added by LambdaLog by default, it appears you have set metadata somewhere in your application that has added this field to the log message.
I'm not sure where the
undefined
is coming from. I've been using this project in several enterprise applications and haven't encountered this issue. Given that it's shown before theWARN
in your example, I'd say it's something with CloudWatch as we cannot change anything before theWARN
.Since AW…