oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.37k stars 2.78k forks source link

log lines getting elided #13269

Open kulterryan opened 3 months ago

kulterryan commented 3 months ago

What version of Bun is running?

1.1.21+70ca2b76c

What platform is your computer?

Darwin 23.5.0 arm64 arm

What steps can reproduce the bug?

I'm using Elysia.js with logixlysia in a bun monorepo, but all my logs are getting shredded and we're not able to see the exact logs in the terminal.

Screenshot 2024-08-13 at 11 41 15 PM

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

jakeboone02 commented 1 month ago

This seems like a duplicate of #12431.