DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.61k stars 830 forks source link

Long logs are trimmed #3219

Open ealmloff opened 1 week ago

ealmloff commented 1 week ago

Problem

Lines longer than ~2500 characters are trimmed by the CLI.

Steps To Reproduce

Steps to reproduce the behavior:

Expected behavior

The entire text of logs should be printed

Screenshots

Screenshot 2024-11-15 at 8 32 59 AM

Environment:

Questionnaire

jkelleyrtp commented 1 week ago

Ahh probably because we only allocate 3000 chars for the line width

https://github.com/DioxusLabs/dioxus/blob/main/packages/cli/src/serve/output.rs#L937