Closed
Description
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.