How to remove "Enqueuing line data" from the logs

I’m seeing a lot of

Enqueuing line data: {"type":"start-step"}


Enqueuing line data: {"type":"reasoning-start","id":"0"}


Enqueuing line data ...

in the logs when streamText is called, but can’t find anywhere in the library code where “Enqueuing line” is printed.

Does anyone know how to disable this debug info?

Update:

Never mind, I was looking in the wrong place. The debug logging is coming from resumable-stream

to disable it set
DEBUG=

1 Like

Thanks for coming back to share the answer!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.