We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: