Long logs being cut off in Vercel
Curious if anyone has experienced this before?
Making a console.log with a longer than usual line of text will result in the log being "trimmed", lack of a better term, where the beginning of the log line is cut off, only giving me the latter half of the message.
I've attempted integrating with various log drains, but they all report the same as Vercel logs do.
1 Reply
I found this issue: https://github.com/vercel/vercel/discussions/6502. Doesn't really answer the question though. I understand vercel only captures the trailing 4kb of a log message, but how can I capture the rest? Is it just not possible, someone here has had to have run into this?