-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Display long strings in log contexts without trimming them #20371
New issue
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
Comments
@javiereguiluz : You've labelled this issue with Would increasing this option to an higher value be enough, or do you think it requires a different feature from the |
@ogizanagi thanks for your comment. I like your proposal a lot. I'm trying to fix this in #20380. |
…luz) This PR was merged into the 3.2-dev branch. Discussion ---------- Don't trim long strings in the profiler logs | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20371 | License | MIT | Doc PR | - Commits ------- 7a17080 Don't trim long strings in the profiler logs
After upgrading to Symfony 3.2-beta1, I realized that some strings in log contexts are being trimmed:
I find this behavior annoying and unnecessary. If I click on the "Show context" log, there is no need to save space trimming long strings because I want to get all the information to solve the problem as quickly as possible. Maybe it's a good idea to trim absurdly long strings (10,000 characters?) but the rest of strings should be displayed unmodified.
The text was updated successfully, but these errors were encountered: