Open ealmloff opened 1 week ago
Problem
Lines longer than ~2500 characters are trimmed by the CLI.
Steps To Reproduce
Steps to reproduce the behavior:
RUST_LOG=trace
Expected behavior
The entire text of logs should be printed
Screenshots
Environment:
main
nightly
Questionnaire
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
Problem
Lines longer than ~2500 characters are trimmed by the CLI.
Steps To Reproduce
Steps to reproduce the behavior:
RUST_LOG=trace
Expected behavior
The entire text of logs should be printed
Screenshots
Environment:
main
nightly
Questionnaire