I use cloud watch logs to view my backend's output to console.log(). Recently some events have started not appearing (events where I am logging large objects). Is there any way for me to see what events cloud watch has rejected.
If I could see the event size too that would be very useful. I don't think my events are over 20kb a time (so I would be surprised if cloud watch was rejecting them as I read the max event size is 256kb).
Thank you